@charset "UTF-8";.header{position:sticky;top:0;z-index:1000;background-color:var(--header-bg);border-bottom:1px solid var(--header-border);box-shadow:0 1px 3px var(--header-shadow);transition:all .3s ease;overflow:hidden}@media (max-width: 768px){.header{overflow:visible}}.header__container{margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px;position:relative}@media (max-width: 768px){.header__container{padding:0 1rem;height:70px;justify-content:space-between}}.header__nav-wrapper{position:relative;flex:1;display:flex;justify-content:flex-start}.header__nav{display:flex;align-items:center;flex:1;justify-content:flex-start}@media (max-width: 768px){.header__nav{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:var(--header-bg);flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 1rem;gap:1.5rem;transform:translate(-100%);transition:transform .3s ease;box-shadow:0 4px 6px var(--header-shadow);flex:none;overflow-y:auto;overflow-x:hidden;z-index:1000}.header__nav--open{transform:translate(0)}}.header__nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media (max-width: 768px){.header__nav-list{flex-direction:column;gap:1.5rem;width:100%}}.header__nav-item{position:relative}@media (max-width: 768px){.header__nav-item{width:100%;text-align:center}}.header__nav-link{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;font-size:.75rem;color:var(--text-secondary);background:none;border:none;cursor:pointer;text-decoration:none;padding:.5rem 0;position:relative;transition:all .3s ease;display:block;width:100%}@media (min-width: 768px){.header__nav-link{font-size:.9rem}}@media (min-width: 1200px){.header__nav-link{font-size:.99rem}}.header__nav-link:hover{color:#a00;opacity:.8;text-shadow:0 0 .5px currentColor}.header__nav-link:hover:after{width:80%}.header__nav-link--active{color:var(--accent-red);text-shadow:.5px 0 0 currentColor,-.5px 0 0 currentColor,0 .5px 0 currentColor,0 -.5px 0 currentColor}.header__nav-link--active:after{width:100%}@media (max-width: 768px){.header__nav-link{font-size:1.125rem;padding:1rem 0;border-bottom:1px solid var(--border-light);width:100%}}@media (max-width: 768px) and (min-width: 768px){.header__nav-link{font-size:1.35rem}}@media (max-width: 768px) and (min-width: 1200px){.header__nav-link{font-size:1.485rem}}@media (max-width: 768px){.header__nav-link:after{display:none}.header__nav-link--active{font-weight:500;text-shadow:none}.header__nav-link:hover{text-shadow:none}.header__nav-link:last-child{border-bottom:none;border:1px solid #aa0000}}.header__subcategories{list-style:none;padding:0;margin:0;width:100%;padding-left:0!important}@media (max-width: 768px){.header__subcategories{display:flex;flex-direction:column;gap:0;margin-top:.5rem;width:100%}}.header__subcategory{padding:.75rem 1rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;list-style:none;text-align:left;border-bottom:1px solid var(--border-light);background:var(--hover-bg)}.header__subcategory:first-child{margin-top:.5rem}.header__subcategory:last-child{border-bottom:none}.header__subcategory:hover{color:#a00;background-color:#f0f7ff;padding-left:1.5rem}@media (max-width: 768px){.header__subcategory{width:100%;padding:.75rem 1rem;font-size:.9rem}}.header__nav-expand-icon{margin-left:.5rem;font-size:1.2rem;font-weight:300}.header__logo{display:flex;align-items:center;text-decoration:none;gap:.75rem;position:absolute;left:50%;transform:translate(-50%);z-index:10}@media (max-width: 768px){.header__logo{position:absolute;left:50%;transform:translate(-50%)}}.header__logo-image{width:100%;object-fit:contain;transition:transform .3s ease}.header__logo-image:hover{transform:scale(1.05)}@media (max-width: 768px){.header__logo-image{width:85px}}.header__logo-text{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:1.25rem;color:var(--text-primary);letter-spacing:-.02em}@media (min-width: 768px){.header__logo-text{font-size:1.5rem}}@media (min-width: 1200px){.header__logo-text{font-size:1.65rem}}@media (max-width: 768px){.header__logo-text{font-size:1.125rem}}@media (max-width: 768px) and (min-width: 768px){.header__logo-text{font-size:1.35rem}}@media (max-width: 768px) and (min-width: 1200px){.header__logo-text{font-size:1.485rem}}.header__actions{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end}@media (max-width: 768px){.header__actions{gap:.75rem;flex:none;order:3}}.header__search{position:relative;display:flex;align-items:center}@media (max-width: 576px){.header__search{display:none}}.header__search-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-muted);transition:color .3s ease}.header__search-button:hover{color:var(--text-secondary);background-color:var(--hover-bg)}.header__search-button svg{width:20px;height:20px}.header__user-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-muted);transition:color .3s ease}.header__user-button:hover{color:var(--text-secondary);background-color:var(--hover-bg)}.header__user-button svg{width:20px;height:20px}.header__user-avatar{width:32px;height:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--text-primary)}.header__user-avatar img{width:100%;height:100%;object-fit:cover}.header__user-initial{color:#fff;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase}@media (min-width: 768px){.header__user-initial{font-size:1.05rem}}@media (min-width: 1200px){.header__user-initial{font-size:1.155rem}}.header__cart{position:relative}.header__cart-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-muted);transition:color .3s ease}.header__cart-button:hover{color:var(--text-secondary);background-color:var(--hover-bg)}.header__cart-button svg{width:20px;height:20px}.header__cart-count{position:absolute;top:0;right:0;background-color:#a00;color:var(--text-white);width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;line-height:1}@media (min-width: 768px){.header__cart-count{font-size:.9rem}}@media (min-width: 1200px){.header__cart-count{font-size:.99rem}}.header__mobile-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-secondary);transition:background-color .3s ease}.header__mobile-toggle:hover{background-color:var(--hover-bg)}@media (max-width: 768px){.header__mobile-toggle{display:flex;align-items:center;justify-content:center;order:-1}}.header__mobile-toggle svg{width:24px;height:24px}.header__overlay{display:none}@media (max-width: 768px){.header__overlay{display:block;position:fixed;inset:70px 0 0;background-color:var(--overlay-bg);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.header__overlay--visible{opacity:1;visibility:visible}}.header *{transition:all .3s ease}.nav-item-active .header__nav-link{color:var(--text-primary);font-weight:600}@media (max-width: 768px){body.menu-open{overflow:hidden}}.mega-menu-overlay{position:fixed;inset:0;z-index:999;background:transparent;pointer-events:none}.mega-menu-overlay.active{pointer-events:all}.mega-menu-container{position:absolute;z-index:1001;pointer-events:all}.header__icon-button{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-muted);transition:color .3s ease}.header__icon-button:hover{color:var(--text-secondary);background-color:var(--hover-bg)}.header__icon-button svg{width:18px;height:18px}.login-drawer{position:fixed;inset:0;z-index:9999;background:#00000080;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-drawer.open{opacity:1;visibility:visible}.login-drawer.open .login-drawer__content{transform:translate(0)}.login-drawer__close{background:none;border:none;cursor:pointer;position:absolute;top:1.5rem;right:1.5rem;z-index:2}.login-drawer__close svg{width:24px;height:24px}.login-drawer__content{position:absolute;top:0;right:0;width:100vw;max-width:500px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000014;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.login-drawer__inner{flex:1;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.5rem 2rem;box-sizing:border-box;margin:0 auto;min-height:min-content}.login-drawer__logo{width:70px;height:70px;object-fit:contain;margin-bottom:2rem}.login-drawer__title{font-size:1.5rem;font-weight:600;color:#222;margin-bottom:.5rem;text-align:left;width:100%}.login-drawer__subtitle{font-size:1rem;color:#888;margin-bottom:2rem;text-align:left;width:100%}.login-drawer__google{width:100%;background:#fff;border:1px solid #eee;padding:.9rem 1rem;font-size:1.08rem;font-weight:500;color:#222;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;margin-bottom:1.5rem;transition:background .2s}.login-drawer__google:hover{background:#f6f6f6}.login-drawer__google-icon{width:22px;height:22px}.login-drawer__divider{width:100%;display:flex;align-items:center;margin:1.5rem 0;color:#888;font-size:1rem}.login-drawer__divider:before,.login-drawer__divider:after{content:"";flex:1;height:1px;background:#eee;margin:0 .5rem}.login-drawer__divider span{white-space:nowrap}.login-drawer__form{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.login-drawer__input{width:100%;padding:1rem;border:1px solid #e0e0e0;font-size:1rem;color:#333;background:#fff;transition:border-color .2s}.login-drawer__input::placeholder{color:#999}.login-drawer__input:focus{outline:none;border-color:#666}.login-drawer__password-wrapper{position:relative;width:100%}.login-drawer__password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666}.login-drawer__password-toggle:hover{color:#333}.login-drawer__options{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.login-drawer__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;cursor:pointer}.login-drawer__checkbox input[type=checkbox]{display:none}.login-drawer__checkbox-mark{width:18px;height:18px;border:2px solid #e0e0e0;position:relative;transition:all .2s}.login-drawer__checkbox-mark:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s}.login-drawer__checkbox input:checked+.login-drawer__checkbox-mark{background:#333;border-color:#333}.login-drawer__checkbox input:checked+.login-drawer__checkbox-mark:after{opacity:1}.login-drawer__forgot{font-size:.875rem;color:#666;text-decoration:underline}.login-drawer__forgot:hover{color:#333}.login-drawer__toggle{margin-top:1.5rem;font-size:.875rem;color:#666;text-align:center}.login-drawer__toggle-btn{background:none;border:none;color:#333;font-weight:600;text-decoration:underline;cursor:pointer}.login-drawer__toggle-btn:hover{color:#000}.login-drawer__error{color:#e53935;font-size:.98rem;margin-top:-.5rem;margin-bottom:.5rem;text-align:left}.login-drawer__continue{width:100%;padding:1rem 0;background:#222;color:#fff;font-size:1.08rem;font-weight:600;border:none;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background .2s}.login-drawer__continue:hover{background:#444}.login-drawer__footer{width:100%;display:flex;justify-content:center;gap:1.5rem;font-size:1rem;color:#888;margin-top:1rem}.login-drawer__footer-link{color:#888;text-decoration:none;transition:color .2s}.login-drawer__footer-link:hover{color:#222}@media (max-width: 600px){.login-drawer{max-width:100vw;padding:0}.login-drawer__content{padding:2rem .5rem 1.5rem;max-width:100vw}}.user-profile{position:fixed;inset:0;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.user-profile.open{opacity:1;visibility:visible}.user-profile.open .user-profile__content{transform:translate(0)}.user-profile__overlay{position:absolute;inset:0;background:#00000080;cursor:pointer}.user-profile__content{position:absolute;top:0;right:0;width:90vw;max-width:800px;height:100vh;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.user-profile__content{width:100vw;max-width:none}}.user-profile__header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e0e0e0;background:#fafafa}@media (max-width: 768px){.user-profile__header{padding:1.5rem}}.user-profile__user-info{display:flex;align-items:center;gap:1rem}.user-profile__avatar{width:60px;height:60px;overflow:hidden}.user-profile__avatar img{width:100%;height:100%;object-fit:cover}.user-profile__avatar-placeholder{width:100%;height:100%;background:#a00!important;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:1.125rem}@media (min-width: 768px){.user-profile__avatar-placeholder{font-size:1.35rem}}@media (min-width: 1200px){.user-profile__avatar-placeholder{font-size:1.485rem}}.user-profile__details{display:flex;flex-direction:column;gap:.25rem}.user-profile__name{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.user-profile__name{font-size:1.35rem}}@media (min-width: 1200px){.user-profile__name{font-size:1.485rem}}.user-profile__email{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0}@media (min-width: 768px){.user-profile__email{font-size:1.05rem}}@media (min-width: 1200px){.user-profile__email{font-size:1.155rem}}.user-profile__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .2s}.user-profile__close:hover{color:var(--text-primary)}.user-profile__body{flex:1;display:flex;overflow:hidden}@media (max-width: 768px){.user-profile__body{flex-direction:column}}.user-profile__sidebar{width:250px;background:#fafafa;border-right:1px solid #e0e0e0;padding:1.5rem 0;display:flex;flex-direction:column}@media (max-width: 768px){.user-profile__sidebar{width:100%;padding:1rem 0;background:#fff;border-right:none;border-bottom:1px solid #e0e0e0}}.user-profile__nav{flex:1;display:flex;flex-direction:column}@media (max-width: 768px){.user-profile__nav{flex-direction:row;overflow-x:auto;padding:0 1rem;gap:1rem}}.user-profile__nav-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;transition:all .2s;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-secondary);text-align:left}@media (min-width: 768px){.user-profile__nav-item{font-size:1.05rem}}@media (min-width: 1200px){.user-profile__nav-item{font-size:1.155rem}}.user-profile__nav-item:hover{background:#0000000d;color:var(--text-primary)}.user-profile__nav-item.active{background:#a00!important;color:#fff}.user-profile__nav-item.active .user-profile__nav-icon svg{stroke:#fff}@media (max-width: 768px){.user-profile__nav-item{flex-direction:column;padding:.75rem 1rem;white-space:nowrap;min-width:fit-content}}.user-profile__nav-icon{display:flex;align-items:center;justify-content:center}.user-profile__nav-icon svg{stroke:var(--text-secondary);transition:stroke .2s}@media (max-width: 768px){.user-profile__nav-label{font-size:.75rem;text-align:center}}@media (max-width: 768px) and (min-width: 768px){.user-profile__nav-label{font-size:.9rem}}@media (max-width: 768px) and (min-width: 1200px){.user-profile__nav-label{font-size:.99rem}}.user-profile__logout{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;margin-top:1rem;background:none;border:none;cursor:pointer;transition:all .2s;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#f44336;text-align:left}@media (min-width: 768px){.user-profile__logout{font-size:1.05rem}}@media (min-width: 1200px){.user-profile__logout{font-size:1.155rem}}.user-profile__logout:hover{background:#f443361a}.user-profile__logout svg{stroke:#f44336}@media (max-width: 768px){.user-profile__logout{margin-top:0;flex-direction:column;padding:.75rem 1rem;white-space:nowrap;min-width:fit-content}}.user-profile__main{flex:1;overflow-y:auto;padding:2rem}@media (max-width: 768px){.user-profile__main{padding:1rem}}.address-manager__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.address-manager__header{flex-direction:column;align-items:stretch;gap:1rem}}.address-manager__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.address-manager__title{font-size:1.5rem}}@media (min-width: 1200px){.address-manager__title{font-size:1.65rem}}.address-manager__add-btn{background:var(--text-primary);color:#fff;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:background .2s}@media (min-width: 768px){.address-manager__add-btn{font-size:1.05rem}}@media (min-width: 1200px){.address-manager__add-btn{font-size:1.155rem}}.address-manager__add-btn:hover{background:#333}.address-manager__form-container{background:#fafafa;padding:1.5rem;margin-bottom:2rem;border:1px solid #e0e0e0}.address-manager__form-title{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 1.5rem}@media (min-width: 768px){.address-manager__form-title{font-size:1.35rem}}@media (min-width: 1200px){.address-manager__form-title{font-size:1.485rem}}.address-manager__form{display:flex;flex-direction:column;gap:1.5rem}.address-manager__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.address-manager__row{grid-template-columns:1fr}}.address-manager__row:last-of-type{grid-template-columns:1fr auto;align-items:end}@media (max-width: 768px){.address-manager__row:last-of-type{grid-template-columns:1fr;align-items:stretch}}.address-manager__field{display:flex;flex-direction:column;gap:.5rem}.address-manager__label{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary)}@media (min-width: 768px){.address-manager__label{font-size:1.05rem}}@media (min-width: 1200px){.address-manager__label{font-size:1.155rem}}.address-manager__input,.address-manager__select{padding:.75rem .5rem;border:1px solid #e0e0e0;font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-primary);transition:border-color .2s}@media (min-width: 768px){.address-manager__input,.address-manager__select{font-size:1.2rem}}@media (min-width: 1200px){.address-manager__input,.address-manager__select{font-size:1.32rem}}.address-manager__input:focus,.address-manager__select:focus{outline:none;border-color:var(--text-primary)}.address-manager__input::placeholder,.address-manager__select::placeholder{color:var(--text-muted)}.address-manager__checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-primary)}@media (min-width: 768px){.address-manager__checkbox{font-size:1.05rem}}@media (min-width: 1200px){.address-manager__checkbox{font-size:1.155rem}}.address-manager__checkbox input[type=checkbox]{display:none}.address-manager__checkbox-mark{width:18px;height:18px;border:2px solid #aa0000;position:relative;transition:all .2s}.address-manager__checkbox-mark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#a00;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:.75rem;opacity:0;transition:opacity .2s}@media (min-width: 768px){.address-manager__checkbox-mark:after{font-size:.9rem}}@media (min-width: 1200px){.address-manager__checkbox-mark:after{font-size:.99rem}}input[type=checkbox]:checked+.address-manager__checkbox-mark{background:var(--text-primary);border-color:var(--text-primary)}input[type=checkbox]:checked+.address-manager__checkbox-mark:after{opacity:1}.address-manager__form-actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 768px){.address-manager__form-actions{flex-direction:column}}.address-manager__cancel,.address-manager__save{flex:1;padding:.75rem 1.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}@media (min-width: 768px){.address-manager__cancel,.address-manager__save{font-size:1.05rem}}@media (min-width: 1200px){.address-manager__cancel,.address-manager__save{font-size:1.155rem}}.address-manager__cancel{background:#fff;border:1px solid #aa0000;color:var(--text-secondary)}.address-manager__cancel:hover{background:#f5f5f5;border-color:#a00}.address-manager__save{background:#a00;border:1px solid #aa0000;color:#fff}.address-manager__save:hover{background:#a00;border-color:#fff}.address-manager__list{display:flex;flex-direction:column;gap:1rem}.address-manager__item{background:#fff;border:1px solid #e0e0e0;padding:1.5rem;transition:border-color .2s}.address-manager__item:hover{border-color:var(--text-primary)}.address-manager__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media (max-width: 768px){.address-manager__item-header{flex-direction:column;align-items:flex-start;gap:1rem}}.address-manager__item-type{display:flex;align-items:center;gap:.5rem}.address-manager__type-badge{background:var(--text-primary);color:#fff;padding:.25rem .5rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;text-transform:uppercase}@media (min-width: 768px){.address-manager__type-badge{font-size:.9rem}}@media (min-width: 1200px){.address-manager__type-badge{font-size:.99rem}}.address-manager__default-badge{background:#4caf50;color:#fff;padding:.25rem .5rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600}@media (min-width: 768px){.address-manager__default-badge{font-size:.9rem}}@media (min-width: 1200px){.address-manager__default-badge{font-size:.99rem}}.address-manager__item-actions{display:flex;gap:.5rem}@media (max-width: 768px){.address-manager__item-actions{flex-wrap:wrap}}.address-manager__action-btn{background:none;border:1px solid #aa0000;color:var(--text-secondary);padding:.5rem 1rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}@media (min-width: 768px){.address-manager__action-btn{font-size:.9rem}}@media (min-width: 1200px){.address-manager__action-btn{font-size:.99rem}}.address-manager__action-btn:hover{background:#f5f5f5;border-color:#a00;color:var(--text-primary)}.address-manager__action-btn.delete:hover{background:#ffebee;border-color:#a00;color:#a00}.address-manager__item-content{display:flex;flex-direction:column;gap:.5rem}.address-manager__name{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.address-manager__name{font-size:1.2rem}}@media (min-width: 1200px){.address-manager__name{font-size:1.32rem}}.address-manager__address,.address-manager__location,.address-manager__phone{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0}@media (min-width: 768px){.address-manager__address,.address-manager__location,.address-manager__phone{font-size:1.05rem}}@media (min-width: 1200px){.address-manager__address,.address-manager__location,.address-manager__phone{font-size:1.155rem}}.order-history{padding:1rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.order-history{padding:.5rem}}.order-history__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}@media (max-width: 768px){.order-history__header{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}}.order-history__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.order-history__title{font-size:1.5rem}}@media (min-width: 1200px){.order-history__title{font-size:1.65rem}}.order-history__filter{display:flex;align-items:center;gap:.5rem}.order-history__filter label{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary)}@media (min-width: 768px){.order-history__filter label{font-size:1.05rem}}@media (min-width: 1200px){.order-history__filter label{font-size:1.155rem}}.order-history__filter-select{padding:.5rem 1rem;border:1px solid #e0e0e0;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-primary);background:#fff;cursor:pointer}@media (min-width: 768px){.order-history__filter-select{font-size:1.05rem}}@media (min-width: 1200px){.order-history__filter-select{font-size:1.155rem}}.order-history__filter-select:focus{outline:none;border-color:var(--text-primary)}.order-history__loading{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1rem}@media (min-width: 768px){.order-history__loading{font-size:1.2rem}}@media (min-width: 1200px){.order-history__loading{font-size:1.32rem}}.order-history__list{display:flex;flex-direction:column;gap:1.5rem}.order-history__empty{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1rem}@media (min-width: 768px){.order-history__empty{font-size:1.2rem}}@media (min-width: 1200px){.order-history__empty{font-size:1.32rem}}.order-history__item{background:#fff;border:1px solid #e0e0e0;overflow:hidden;transition:border-color .2s}.order-history__item:hover{border-color:var(--text-primary)}.order-history__item-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fafafa;border-bottom:1px solid #e0e0e0}@media (max-width: 768px){.order-history__item-header{flex-direction:column;align-items:flex-start;gap:1rem}}.order-history__item-info{display:flex;flex-direction:column;gap:.25rem}.order-history__order-number{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.order-history__order-number{font-size:1.2rem}}@media (min-width: 1200px){.order-history__order-number{font-size:1.32rem}}.order-history__order-date{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0}@media (min-width: 768px){.order-history__order-date{font-size:1.05rem}}@media (min-width: 1200px){.order-history__order-date{font-size:1.155rem}}.order-history__item-status{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}@media (max-width: 768px){.order-history__item-status{align-items:flex-start}}.order-history__status{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600}@media (min-width: 768px){.order-history__status{font-size:1.05rem}}@media (min-width: 1200px){.order-history__status{font-size:1.155rem}}.order-history__status-badge{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#fff;padding:.25rem .75rem;text-transform:uppercase;letter-spacing:.05em;display:inline-block}.order-history__status-badge{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#fff;padding:.25rem .75rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.order-history__status-badge{font-size:.9rem}}@media (min-width: 1200px){.order-history__status-badge{font-size:.99rem}}.order-history__item-summary{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}@media (max-width: 768px){.order-history__item-summary{flex-direction:column;align-items:flex-start}}.order-history__item-images{display:flex;gap:.5rem;align-items:center}.order-history__item-image{width:50px;height:50px;object-fit:cover;border:1px solid #e0e0e0}.order-history__item-more{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:1px solid #e0e0e0;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-secondary)}@media (min-width: 768px){.order-history__item-more{font-size:.9rem}}@media (min-width: 1200px){.order-history__item-more{font-size:.99rem}}.order-history__item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-history__item-count{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0}@media (min-width: 768px){.order-history__item-count{font-size:1.05rem}}@media (min-width: 1200px){.order-history__item-count{font-size:1.155rem}}.order-history__item-total{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.order-history__item-total{font-size:1.35rem}}@media (min-width: 1200px){.order-history__item-total{font-size:1.485rem}}.order-history__item-content{padding:1.5rem}.order-history__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-history__product{display:flex;gap:1rem;align-items:center}.order-history__product-image{width:60px;height:60px;object-fit:cover}.order-history__product-info{flex:1}.order-history__product-name{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:0 0 .25rem}@media (min-width: 768px){.order-history__product-name{font-size:1.05rem}}@media (min-width: 1200px){.order-history__product-name{font-size:1.155rem}}.order-history__product-details{display:flex;gap:1rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary)}@media (min-width: 768px){.order-history__product-details{font-size:.9rem}}@media (min-width: 1200px){.order-history__product-details{font-size:.99rem}}@media (max-width: 768px){.order-history__product-details{flex-direction:column;gap:.25rem}}.order-history__more-items{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0;font-style:italic}@media (min-width: 768px){.order-history__more-items{font-size:1.05rem}}@media (min-width: 1200px){.order-history__more-items{font-size:1.155rem}}.order-history__item-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.order-history__item-actions{flex-direction:column}}.order-history__action-btn{background:#fff;border:1px solid #e0e0e0;color:var(--text-secondary);padding:.5rem 1rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}@media (min-width: 768px){.order-history__action-btn{font-size:.9rem}}@media (min-width: 1200px){.order-history__action-btn{font-size:.99rem}}@media (max-width: 768px){.order-history__action-btn{text-align:center}}.order-history__action-btn:hover{background:#f5f5f5;border-color:var(--text-primary);color:var(--text-primary)}.order-history__action-btn--primary{background:var(--text-primary);border-color:var(--text-primary);color:#fff}.order-history__action-btn--primary:hover{background:#333;border-color:#333}.order-history__action-btn--danger{background:#dc3545;border-color:#dc3545;color:#fff}.order-history__action-btn--danger:hover{background:#c82333;border-color:#bd2130}.order-details__header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.order-details__back{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--text-primary);cursor:pointer;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;transition:color .2s}@media (min-width: 768px){.order-details__back{font-size:1.05rem}}@media (min-width: 1200px){.order-details__back{font-size:1.155rem}}.order-details__back:hover{color:#333}.order-details__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.order-details__title{font-size:1.5rem}}@media (min-width: 1200px){.order-details__title{font-size:1.65rem}}.order-details__info{background:#fafafa;padding:1.5rem;margin-bottom:2rem}.order-details__summary{margin-bottom:1.5rem}.order-details__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.order-details__row:last-child{border-bottom:none;padding-bottom:0}.order-details__row span:first-child{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary)}@media (min-width: 768px){.order-details__row span:first-child{font-size:1.05rem}}@media (min-width: 1200px){.order-details__row span:first-child{font-size:1.155rem}}.order-details__row span:last-child{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary)}@media (min-width: 768px){.order-details__row span:last-child{font-size:1.05rem}}@media (min-width: 1200px){.order-details__row span:last-child{font-size:1.155rem}}.order-details__status{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600}.order-details__track-btn{background:none;border:none;color:var(--text-primary);font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;text-decoration:underline}@media (min-width: 768px){.order-details__track-btn{font-size:1.05rem}}@media (min-width: 1200px){.order-details__track-btn{font-size:1.155rem}}.order-details__track-btn:hover{color:#333}.order-details__total{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary)}@media (min-width: 768px){.order-details__total{font-size:1.2rem}}@media (min-width: 1200px){.order-details__total{font-size:1.32rem}}.order-details__shipping{margin-bottom:1.5rem}.order-details__shipping h3{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}@media (min-width: 768px){.order-details__shipping h3{font-size:1.2rem}}@media (min-width: 1200px){.order-details__shipping h3{font-size:1.32rem}}.order-details__shipping p{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.5;word-wrap:break-word}@media (min-width: 768px){.order-details__shipping p{font-size:1.05rem}}@media (min-width: 1200px){.order-details__shipping p{font-size:1.155rem}}@media (max-width: 768px){.order-details__shipping p{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.order-details__shipping p{font-size:.9rem}}@media (max-width: 768px) and (min-width: 1200px){.order-details__shipping p{font-size:.99rem}}.order-details__items h3{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 1rem}@media (min-width: 768px){.order-details__items h3{font-size:1.35rem}}@media (min-width: 1200px){.order-details__items h3{font-size:1.485rem}}.order-details__item{display:flex;gap:1rem;padding:1rem;background:#fafafa;margin-bottom:1rem}@media (max-width: 768px){.order-details__item{flex-direction:column;text-align:center}}.order-details__item:last-child{margin-bottom:0}.order-details__item-image{width:80px;height:80px;object-fit:cover}@media (max-width: 768px){.order-details__item-image{width:100%;max-width:200px;height:200px;align-self:center}}.order-details__item-info{flex:1}.order-details__item-name{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:0 0 .5rem}@media (min-width: 768px){.order-details__item-name{font-size:1.2rem}}@media (min-width: 1200px){.order-details__item-name{font-size:1.32rem}}.order-details__item-details{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary)}@media (min-width: 768px){.order-details__item-details{font-size:1.05rem}}@media (min-width: 1200px){.order-details__item-details{font-size:1.155rem}}@media (max-width: 768px){.order-details__item-details{flex-direction:column;gap:.25rem}}.order-details__item-price{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.order-details__item-price{font-size:1.2rem}}@media (min-width: 1200px){.order-details__item-price{font-size:1.32rem}}.edit-profile__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.edit-profile__header{flex-direction:column;align-items:stretch;gap:1rem}}.edit-profile__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.edit-profile__title{font-size:1.5rem}}@media (min-width: 1200px){.edit-profile__title{font-size:1.65rem}}.edit-profile__edit-btn{background:#a00;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:background .2s;width:fit-content}@media (min-width: 768px){.edit-profile__edit-btn{font-size:1.05rem}}@media (min-width: 1200px){.edit-profile__edit-btn{font-size:1.155rem}}.edit-profile__edit-btn:hover{background:#a00}.edit-profile__form{display:flex;flex-direction:column;gap:1.5rem}.edit-profile__avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.edit-profile__avatar{width:80px;height:80px;overflow:hidden}.edit-profile__avatar img{width:100%;height:100%;object-fit:cover}.edit-profile__avatar-placeholder{width:100%;height:100%;background:#a00!important;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:1.25rem}@media (min-width: 768px){.edit-profile__avatar-placeholder{font-size:1.5rem}}@media (min-width: 1200px){.edit-profile__avatar-placeholder{font-size:1.65rem}}.edit-profile__avatar-btn{background:none;border:1px solid #aa0000;color:#a00;padding:.5rem 1rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}@media (min-width: 768px){.edit-profile__avatar-btn{font-size:1.05rem}}@media (min-width: 1200px){.edit-profile__avatar-btn{font-size:1.155rem}}.edit-profile__avatar-btn:hover{background:#a00;color:#fff}.edit-profile__fields{display:flex;flex-direction:column;gap:1.5rem}.edit-profile__field{display:flex;flex-direction:column;gap:.5rem}.edit-profile__label{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary)}@media (min-width: 768px){.edit-profile__label{font-size:1.05rem}}@media (min-width: 1200px){.edit-profile__label{font-size:1.155rem}}.edit-profile__input{padding:.75rem 1rem;border:1px solid #e0e0e0;font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-primary);transition:border-color .2s}@media (min-width: 768px){.edit-profile__input{font-size:1.2rem}}@media (min-width: 1200px){.edit-profile__input{font-size:1.32rem}}.edit-profile__input:focus{outline:none;border-color:#a00}.edit-profile__input:disabled{background:#f5f5f5;color:var(--text-secondary);cursor:not-allowed}.edit-profile__input::placeholder{color:var(--text-muted)}.edit-profile__divider{margin:1rem 0;text-align:center;position:relative}.edit-profile__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.edit-profile__divider span{background:#fff;padding:0 1rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-secondary);position:relative;z-index:1}@media (min-width: 768px){.edit-profile__divider span{font-size:1.05rem}}@media (min-width: 1200px){.edit-profile__divider span{font-size:1.155rem}}.edit-profile__actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 768px){.edit-profile__actions{flex-direction:column}}.edit-profile__cancel,.edit-profile__save{flex:1;padding:.75rem 1.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}@media (min-width: 768px){.edit-profile__cancel,.edit-profile__save{font-size:1.05rem}}@media (min-width: 1200px){.edit-profile__cancel,.edit-profile__save{font-size:1.155rem}}.edit-profile__cancel{background:#fff;border:1px solid #e0e0e0;color:var(--text-secondary)}.edit-profile__cancel:hover{background:#f5f5f5;border-color:#a00}.edit-profile__save{background:#a00;border:1px solid #aa0000;color:#fff}.edit-profile__save:hover{background:#a00;border-color:#a00}.mega-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1000;pointer-events:none}.mega-menu{position:absolute;background:#fff;box-shadow:0 8px 32px #00000026;width:100vw;max-width:none;min-height:auto;z-index:1001;left:0;right:0;pointer-events:all;border-top:3px solid #1565c0}.mega-menu__header{padding:0 40px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.mega-menu__header h3{margin:0;font-size:1.5rem;font-weight:600;color:#333;text-align:center}.mega-menu__content{display:flex;min-height:auto;width:100%}.mega-menu__categories{flex:0 0 70%;padding:10px 40px;display:grid;gap:40px;overflow:visible;grid-template-columns:1fr}.mega-menu__category{min-width:0}.mega-menu__category-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:20px;cursor:pointer;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;margin-top:0}.mega-menu__category-title:hover{color:#a00}.mega-menu__subcategories{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.mega-menu__subcategory{font-size:1rem;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;padding:8px 8px 8px 0;text-align:left;list-style:none}.mega-menu__subcategory:hover{color:#a00;background:#f0f7ff;padding-left:12px;transform:translate(4px)}.mega-menu__featured{flex:0 0 30%;display:flex;flex-direction:column;align-items:flex-end;justify-content:end;padding:10px 30px 0;text-align:center}.mega-menu__featured-content h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:10px;letter-spacing:.5px}.mega-menu__featured-content p{font-size:.9rem;color:#666;margin-bottom:25px;line-height:1.5}.mega-menu__featured-image{width:fit-content}.mega-menu__featured-image .placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.7}.mega-menu__shop-btn{background:#1565c0;color:#fff;border:none;padding:12px 24px;font-weight:600;font-size:.9rem;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}.mega-menu__shop-btn:hover{background:#0d47a1;transform:translateY(-1px)}.mega-menu__loading{display:flex;align-items:center;justify-content:center;height:200px;font-size:1.1rem;color:#666}@media (max-width: 1200px){.mega-menu__categories{padding:30px;gap:30px}.mega-menu__subcategories{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.mega-menu__featured{padding:30px 25px}}@media (max-width: 1024px){.mega-menu__categories{padding:25px;gap:25px}.mega-menu__subcategories{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.mega-menu__content{flex-direction:column}.mega-menu__featured{border-top:1px solid #e0e0e0;border-right:none;padding:30px}}@media (max-width: 768px){.mega-menu__categories{padding:15px;gap:25px;grid-template-columns:1fr!important;flex:1}.mega-menu__subcategories{grid-template-columns:1fr;gap:0;display:flex;flex-direction:column;align-items:flex-start;list-style:none!important;padding-left:0!important;margin-left:0!important}.mega-menu__header{padding:15px 20px}.mega-menu__header h3{font-size:1.3rem}.mega-menu__featured{padding:20px 15px}.mega-menu__featured-content h3{font-size:1.3rem}.mega-menu__featured-image{max-width:250px;margin:0 auto}.mega-menu__category-title{font-size:1.3rem;margin-bottom:12px;font-weight:700;white-space:normal;text-align:left}.mega-menu__subcategory{font-size:.9rem;padding:10px 0;width:100%;text-align:left;white-space:normal;padding-left:0!important;margin-left:0!important;list-style:none!important;border-bottom:1px solid #f0f0f0}.mega-menu__subcategory:last-child{border-bottom:none}.mega-menu__subcategory:hover{color:#a00;background:transparent;padding-left:8px;transform:translate(0)}}.cart-drawer{position:fixed;inset:0;z-index:9999;background:#00000080;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-drawer.open{opacity:1;visibility:visible}.cart-drawer.open .cart-drawer__content{transform:translate(0)}.cart-drawer__content{position:absolute;top:0;right:0;width:100vw;max-width:480px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000014;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;border-bottom:1px solid #f2f2f2}.cart-drawer__title{font-size:1.25rem;font-weight:600;color:#222}.cart-drawer__close{background:none;border:none;cursor:pointer;display:flex;align-items:center}.cart-drawer__ready{background:#fafafa;padding:1.25rem 2rem;border-bottom:1px solid #f2f2f2}.cart-drawer__ready-title{font-size:1.1rem;font-weight:600;color:#222;margin-bottom:.25rem}.cart-drawer__ready-desc{font-size:1rem;color:#888}.cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.cart-drawer__list{padding:1.5rem 2rem 0}.cart-drawer__item{display:flex;align-items:flex-start;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid #f2f2f2;margin-bottom:2rem}.cart-drawer__item-img{width:110px;height:110px;object-fit:contain;background:#fff}.cart-drawer__item-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-drawer__item-name{font-size:1.1rem;font-weight:600;color:#222}.cart-drawer__item-meta{font-size:1rem;color:#888;display:flex;gap:1.5rem}.cart-drawer__item-price{font-size:1.1rem;font-weight:500;color:#222}.cart-drawer__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-drawer__qty-group{display:flex;align-items:center;gap:.5rem}.cart-drawer__qty-group button{width:32px;height:32px;border:1px solid #aa0000;background:#fff;color:#222;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.cart-drawer__qty-group button:disabled{opacity:.5;cursor:not-allowed}.cart-drawer__qty-group button:hover:not(:disabled){background:#f6f6f6}.cart-drawer__qty-group span{min-width:24px;text-align:center;font-size:1.1rem;font-weight:500}.cart-drawer__remove{background:none;border:none;color:#a00;font-size:1rem;font-weight:500;cursor:pointer;transition:color .2s}.cart-drawer__remove:hover{color:#a00}.cart-drawer__recommend{padding:2rem;border-top:1px solid #f2f2f2}.cart-drawer__recommend-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cart-drawer__recommend-title{font-size:1.1rem;font-weight:600;color:#222;letter-spacing:.05em}.cart-drawer__recommend-seeall{background:none;border:none;color:#222;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem}.cart-drawer__recommend-slider{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem;margin-bottom:1.5rem}.cart-drawer__recommend-card{background:#fafafa;padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.cart-drawer__recommend-card:hover{box-shadow:0 4px 16px #00000014}.cart-drawer__recommend-img{width:120px;height:120px;object-fit:contain;margin-bottom:1.25rem}.cart-drawer__recommend-type{font-size:.95rem;color:#888;margin-bottom:.25rem}.cart-drawer__recommend-name{font-size:1.05rem;font-weight:500;color:#222;text-align:center}.cart-drawer__recommend-price{font-size:1rem;font-weight:500;color:#222;margin-top:.5rem}.cart-drawer__recommend-nav{display:flex;justify-content:center;gap:1rem}.cart-drawer__nav-btn{width:40px;height:40px;border:1px solid #222;background:#fff;color:#222;font-size:1.2rem;cursor:pointer;transition:background .2s}.cart-drawer__nav-btn:hover{background:#f6f6f6}.cart-drawer__checkout{padding:2rem;border-top:1px solid #f2f2f2}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center;font-size:1.15rem;font-weight:600;margin-bottom:.75rem}.cart-drawer__checkout-meta{display:flex;justify-content:space-between;font-size:1rem;color:#888;margin-bottom:1.5rem}.cart-drawer__checkout-btn{width:100%;padding:1rem 0;background:#a00;color:#fff;font-size:1.15rem;font-weight:600;border:none;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background .2s}.cart-drawer__checkout-btn:hover{background:#a00}@media (max-width: 600px){.cart-drawer{max-width:100vw;padding:0}.cart-drawer__body{padding:0}.cart-drawer__header,.cart-drawer__ready,.cart-drawer__list,.cart-drawer__recommend,.cart-drawer__checkout{padding:1rem}.cart-drawer__item-img,.cart-drawer__recommend-img{width:80px;height:80px}.cart-drawer__recommend-slider{gap:1rem}.cart-drawer__recommend-card{padding:1rem .5rem}}.cart-drawer__empty{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;flex-grow:1;text-align:center}.cart-drawer__empty-message p{margin:0 0 .5rem;color:#666}.cart-drawer__empty-message p:first-child{font-size:1.1rem;font-weight:500;color:#333}.cart-drawer__empty-message p:last-child{font-size:.9rem}.footer{background:#2a2a2a;color:#fff;padding:2rem 0;width:100%;margin-top:2rem}.footer__container{max-width:100%;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.footer__container{padding:0 1rem}}.footer__main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}@media (max-width: 1024px){.footer__main{gap:3rem}}@media (max-width: 768px){.footer__main{grid-template-columns:1fr;gap:3rem}}.footer__newsletter{max-width:100%}.footer__newsletter-title{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}@media (min-width: 768px){.footer__newsletter-title{font-size:1.35rem}}@media (min-width: 1200px){.footer__newsletter-title{font-size:1.485rem}}.footer__newsletter-description{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#ccc;margin:0 0 2rem;line-height:1.5}@media (min-width: 768px){.footer__newsletter-description{font-size:.9625rem}}@media (min-width: 1200px){.footer__newsletter-description{font-size:1.05875rem}}@media (max-width: 768px){.footer__newsletter-description{font-size:.75rem;margin-bottom:1.5rem}}@media (max-width: 768px) and (min-width: 768px){.footer__newsletter-description{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.footer__newsletter-description{font-size:.9075rem}}.footer__newsletter-form{margin-bottom:2rem}.footer__input-group{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:1rem}@media (max-width: 768px){.footer__input-group{grid-template-columns:1fr;gap:0}}.footer__input{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;padding:1rem 1.5rem;background:transparent;border:1px solid #555555;color:#fff;outline:none;transition:border-color .3s ease}@media (min-width: 768px){.footer__input{font-size:.9625rem}}@media (min-width: 1200px){.footer__input{font-size:1.05875rem}}.footer__input::placeholder{color:#999}.footer__input:focus{border-color:#fff}.footer__input:first-child{border-right:none}@media (max-width: 768px){.footer__input:first-child{border-right:1px solid #555555;border-bottom:none}}@media (max-width: 768px){.footer__input{padding:.875rem 1rem}}.footer__subscribe-btn{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;width:100%;padding:1rem 2rem;background:#fff;color:#2a2a2a;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;text-transform:uppercase}@media (min-width: 768px){.footer__subscribe-btn{font-size:.9625rem}}@media (min-width: 1200px){.footer__subscribe-btn{font-size:1.05875rem}}.footer__subscribe-btn:hover{background:#f0f0f0;transform:translateY(-1px)}@media (max-width: 768px){.footer__subscribe-btn{padding:.875rem 1.5rem}}.footer__social{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.footer__social{gap:.75rem}}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#ccc;transition:all .3s ease}.footer__social-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.footer__social-link svg{width:24px;height:24px}@media (max-width: 768px){.footer__social-link{width:40px;height:40px}.footer__social-link svg{width:20px;height:20px}}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;align-items:start}@media (max-width: 1024px){.footer__links{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 768px){.footer__links{grid-template-columns:repeat(2,1fr);gap:2rem}}.footer__column-title{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#fff;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.footer__column-title{font-size:.9625rem}}@media (min-width: 1200px){.footer__column-title{font-size:1.05875rem}}@media (max-width: 768px){.footer__column-title{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.footer__column-title{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.footer__column-title{font-size:.9075rem}}.footer__column-list{list-style:none;padding:0;margin:0}.footer__column-list li{margin-bottom:1rem}.footer__column-list li:last-child{margin-bottom:0}.footer__link{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#ccc;text-decoration:none;transition:color .3s ease;line-height:1.4;display:block;margin-bottom:.25rem}@media (min-width: 768px){.footer__link{font-size:.825rem}}@media (min-width: 1200px){.footer__link{font-size:.9075rem}}.footer__link:hover{color:#fff}.footer__link-description{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#999;margin:.25rem 0 0;line-height:1.5;display:block}@media (max-width: 768px){.footer__link-description{line-height:1.4}}.footer__email-link{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#fff;text-decoration:underline;transition:color .3s ease}.footer__email-link:hover{color:#ccc}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #444444}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__copyright{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#ccc;margin:0}@media (min-width: 768px){.footer__copyright{font-size:.825rem}}@media (min-width: 1200px){.footer__copyright{font-size:.9075rem}}.footer__language{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:color .3s ease;border:.5px solid #fafafa;padding:.5rem}.footer__language:hover{color:#fff}.footer__language-icon{font-size:1rem}.footer__language-text{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#ccc}@media (min-width: 768px){.footer__language-text{font-size:.825rem}}@media (min-width: 1200px){.footer__language-text{font-size:.9075rem}}.footer__language-arrow{width:12px;height:8px;transition:transform .3s ease;color:#ccc}.footer__language:hover .footer__language-arrow{transform:rotate(180deg)}.footer__language:hover .footer__language-text{color:#fff}@media (max-width: 1200px){.footer{padding:2rem 0 1.5rem}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}}.btn-skew-animation,.discover-collection__button{outline:none;cursor:pointer;border:none;padding:.9rem 2rem;margin:0;font-family:inherit;font-size:17px;position:relative;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.05rem;overflow:hidden;background:#fff;color:#fff;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;text-transform:uppercase}.btn-skew-animation span,.discover-collection__button span{position:relative;z-index:10;transition:color .4s}.btn-skew-animation:hover span,.discover-collection__button:hover span{color:#000}.btn-skew-animation:before,.discover-collection__button:before,.btn-skew-animation:after,.discover-collection__button:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.btn-skew-animation:before,.discover-collection__button:before{content:"";background:#000;width:120%;left:-10%;transform:skew(30deg);transition:transform .4s cubic-bezier(.3,1,.8,1)}.btn-skew-animation:hover:before,.discover-collection__button:hover:before{transform:translate3d(100%,0,0)}.discover-collection{position:relative;width:100%}@media screen and (max-width: 768px){.discover-collection{background-attachment:local}}.discover-collection__content{display:flex;flex-direction:column;align-items:flex-start;text-align:start;padding:2rem;justify-content:center}.discover-collection__title{font-size:2.25rem;color:var(--text-white);margin-bottom:1rem;font-family:Roboto Condensed;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;margin-top:0}@media (min-width: 768px){.discover-collection__title{font-size:2.925rem}}@media (min-width: 1200px){.discover-collection__title{font-size:3.2175rem}}.discover-collection__description{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;margin-bottom:2rem;color:var(--text-white)}@media (min-width: 768px){.discover-collection__description{font-size:1.05rem}}@media (min-width: 1200px){.discover-collection__description{font-size:1.155rem}}.discover-collection__slider-container{position:relative;overflow:hidden}.discover-collection__pagination{position:absolute;bottom:2rem;left:2rem;z-index:10;background:#00000061;color:#fff;padding:.5rem;font-size:12;font-weight:500;font-family:Roboto Condensed,sans-serif;line-height:1;text-align:center}@media (max-width: 768px){.discover-collection__pagination{bottom:1rem;left:1rem;padding:.5rem;font-size:12px}}.discover-collection__pagination :global(.swiper-pagination-current){font-weight:600}.discover-collection__pagination :global(.swiper-pagination-total){font-weight:400}.discover-collection__slider{overflow:visible;padding:1rem 0}.discover-collection__slider .swiper-wrapper{align-items:stretch}.discover-collection__slider .swiper-slide{height:fit-content}.discover-collection__slider .swiper-slide .banner-img{width:100%;height:100%;max-height:90vh;object-fit:cover;animation:slideIn .8s ease-out}.discover-collection__navigation{display:flex;justify-content:center;gap:1rem;position:absolute;bottom:1rem;z-index:4;right:1rem;padding:0}.discover-collection__nav-btn{width:56px;height:56px;border:2px solid #aa0000;background-color:#ffffff8e;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.discover-collection__nav-btn:hover{color:#000;transform:scale(1.05)}.discover-collection__nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.discover-collection__nav-btn.swiper-button-disabled:hover{background:#fff;color:var(--text-primary);transform:none}.discover-collection__nav-btn svg{width:20px;height:20px}@media (max-width: 768px){.discover-collection__nav-btn{width:30px;height:30px}.discover-collection__nav-btn svg{width:18px;height:18px}}@media (min-width: 1024px){.discover-collection__nav-btn--prev{left:-24px}}.discover-collection__nav-btn--prev svg{transform:rotate(180deg)}@media (min-width: 1024px){.discover-collection__nav-btn--next{right:-24px}}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.product-card{background:#fff;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column;width:300px;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-8px)}.product-card:hover .product-card__overlay{opacity:1;visibility:visible}.product-card:hover .product-card__image img{transform:scale(1.05)}@media (max-width: 768px){.product-card{width:250px}}@media (max-width: 480px){.product-card{width:200px}}.product-card__image{position:relative;overflow:hidden;aspect-ratio:1}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image-slider{position:relative;width:100%;height:100%}.product-card__image-main{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#333;cursor:pointer;z-index:2;opacity:0;transition:all .2s ease}.product-card__image-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.product-card__image-nav--prev{left:8px}.product-card__image-nav--next{right:8px}.product-card__image-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2;opacity:0;transition:opacity .2s ease}.product-card__image-dot{width:12px;height:4px;border:none;background:#fff9;cursor:pointer;transition:all .2s ease}.product-card__image-dot.active{background:#fff;transform:scale(1.2)}.product-card__image-dot:hover{background:#ffffffe6}.product-card__image:hover .product-card__image-nav,.product-card__image:hover .product-card__image-dots{opacity:1}.product-card__overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.product-card__quick-view{background:#fff;color:var(--text-primary);border:none;padding:.75rem 1.5rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;transform:translateY(10px)}@media (min-width: 768px){.product-card__quick-view{font-size:1.05rem}}@media (min-width: 1200px){.product-card__quick-view{font-size:1.155rem}}.product-card__quick-view:hover{background:var(--text-primary);color:#fff;transform:translateY(0)}.product-card__content{padding:.7rem 0 0;flex:1;display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.product-card__content{padding:.7rem 0 0;gap:.375rem}}@media (max-width: 480px){.product-card__content{padding:.7rem 0 0}}.product-card__category-content{flex:1;min-width:0;overflow:hidden}@media (max-width: 768px){.product-card__category-content{flex:1 1 auto}}.product-card__category{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;flex-wrap:nowrap}@media (max-width: 768px){.product-card__category{gap:.1rem}}.product-card__category img{background-color:var(--text-primary);padding:.3rem}.product-card__category img:hover{opacity:.8}.product-card__title{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (min-width: 768px){.product-card__title{font-size:1.125rem}}@media (min-width: 1200px){.product-card__title{font-size:1.2375rem}}@media (max-width: 480px){.product-card__title{font-size:1rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__title{font-size:1.1rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__title{font-size:1.21rem}}.product-card__details{display:flex;justify-content:space-between;gap:.5rem}.product-card__rating{display:flex;align-items:center;gap:.25rem}.product-card__rating svg{color:var(--accent-yellow);width:1rem;height:1rem}.product-card__actions{display:flex;align-items:center;gap:.5rem;margin-top:auto}@media (max-width: 768px){.product-card__actions{gap:.375rem}}.product-card__description{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-secondary);margin:0;line-height:1.4;flex:1}@media (min-width: 768px){.product-card__description{font-size:.875rem}}@media (min-width: 1200px){.product-card__description{font-size:.9625rem}}@media (max-width: 480px){.product-card__description{font-size:.75rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__description{font-size:.825rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__description{font-size:.9075rem}}.product-card__price-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card__price{font-size:1rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:auto 0 0}@media (min-width: 768px){.product-card__price{font-size:1rem}}@media (min-width: 1200px){.product-card__price{font-size:1.1rem}}@media (max-width: 480px){.product-card__price{font-size:1rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__price{font-size:1.1rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__price{font-size:1.21rem}}.product-card__price--sale{color:#a00;font-weight:600}.product-card__price--original{color:#999;text-decoration:line-through;font-weight:400;font-size:.9em}.product-card__discount{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#1c8347;margin:0}@media (min-width: 768px){.product-card__discount{font-size:.875rem}}@media (min-width: 1200px){.product-card__discount{font-size:.9625rem}}@media (max-width: 480px){.product-card__discount{font-size:.75rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__discount{font-size:.825rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__discount{font-size:.9075rem}}.product-card:hover .product-card__quick-view{transform:translateY(0)}.product-card--loading .product-card__image{background:#f0f0f0;display:flex;align-items:center;justify-content:center}.product-card--loading .product-card__image:after{content:"";width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid var(--text-primary);animation:spin 1s linear infinite}.product-card--loading .product-card__content{opacity:.6}.product-card--sale:before{content:"Sale";position:absolute;top:12px;left:12px;background:var(--accent-red);color:#fff;padding:.25rem .5rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:2}@media (min-width: 768px){.product-card--sale:before{font-size:.9rem}}@media (min-width: 1200px){.product-card--sale:before{font-size:.99rem}}.product-card--new:before{content:"New";position:absolute;top:12px;left:12px;background:var(--text-primary);color:#fff;padding:.25rem .5rem;font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:2}@media (min-width: 768px){.product-card--new:before{font-size:.9rem}}@media (min-width: 1200px){.product-card--new:before{font-size:.99rem}}.product-card__options-wrapper{overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;max-height:0;opacity:0}.product-card__options-wrapper.open{max-height:600px;opacity:1}.product-card__options{margin-top:1rem;padding:1.25rem 0 .5rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:1.25rem}.product-card__option-group{display:flex;flex-direction:column;gap:.5rem}.product-card__option-label{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;letter-spacing:.04em}.product-card__colors{display:flex;flex-wrap:wrap;gap:.5rem}.product-card__color-swatch{width:32px;height:32px;border:2px solid transparent;cursor:pointer;outline:none;transition:border .2s}@media screen and (max-width: 768px){.product-card__color-swatch{min-width:24px;min-height:24px;padding:.2rem;font-size:.75rem}}.product-card__color-swatch.selected{border:2px solid #aa0000;box-shadow:0 0 0 2px #ffeaea}.product-card__sizes{display:flex;flex-wrap:wrap;gap:.5rem}.product-card__size-btn{min-width:44px;min-height:42px;padding:.3rem;border:2px solid #e0e0e0;background:#fafafa;color:var(--text-primary);font-weight:500;font-size:.875rem;cursor:pointer;transition:border .2s,background .2s}@media (min-width: 768px){.product-card__size-btn{font-size:.875rem}}@media (min-width: 1200px){.product-card__size-btn{font-size:.9625rem}}@media screen and (max-width: 768px){.product-card__size-btn{min-width:24px;min-height:24px;padding:.2rem;font-size:.75rem}}.product-card__size-btn.selected{border:2px solid #aa0000;background:#ffeaea;color:#a00}.product-card__actions-row{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 768px){.product-card__actions-row{flex-direction:column}}.product-card__view-details{flex:1;background:#fff;color:var(--text-primary);padding:.75rem 0;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s,color .2s}@media (min-width: 768px){.product-card__view-details{font-size:.875rem}}@media (min-width: 1200px){.product-card__view-details{font-size:.9625rem}}.product-card__view-details:hover{border:2px solid #aa0000;color:#a00}.product-card__add-to-cart{flex:1;background:#a00;color:#fff;border:2px solid #aa0000;padding:.75rem 0;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s,color .2s}@media (min-width: 768px){.product-card__add-to-cart{font-size:.875rem}}@media (min-width: 1200px){.product-card__add-to-cart{font-size:.9625rem}}.product-card__add-to-cart:hover{background:#a00;border-color:#a00}.product-card__expand{font-size:1rem;font-weight:700;color:#a00;cursor:pointer;letter-spacing:.03em;-webkit-user-select:none;user-select:none;padding:.5rem;transition:all .2s;text-align:center;white-space:nowrap;flex-shrink:0;min-width:fit-content}@media (min-width: 768px){.product-card__expand{font-size:1rem}}@media (min-width: 1200px){.product-card__expand{font-size:1.1rem}}@media (max-width: 768px){.product-card__expand{padding:.4rem .5rem;font-size:.875rem}}@media (max-width: 768px) and (min-width: 768px){.product-card__expand{font-size:.875rem}}@media (max-width: 768px) and (min-width: 1200px){.product-card__expand{font-size:.9625rem}}@media (max-width: 480px){.product-card__expand{padding:.3rem .4rem;font-size:.75rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__expand{font-size:.825rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__expand{font-size:.9075rem}}.product-card__expand img{max-width:20%;background:transparent!important}.product-card__expand:hover{background:#a00;color:#fff}.product-card__collapse{font-size:1rem;font-weight:700;color:#a00;cursor:pointer;letter-spacing:.03em;-webkit-user-select:none;user-select:none;transition:color .2s;white-space:nowrap;flex-shrink:0;padding:.5rem}@media (min-width: 768px){.product-card__collapse{font-size:1rem}}@media (min-width: 1200px){.product-card__collapse{font-size:1.1rem}}@media (max-width: 768px){.product-card__collapse{padding:.4rem .5rem;font-size:.875rem}}@media (max-width: 768px) and (min-width: 768px){.product-card__collapse{font-size:.875rem}}@media (max-width: 768px) and (min-width: 1200px){.product-card__collapse{font-size:.9625rem}}@media (max-width: 480px){.product-card__collapse{padding:.3rem .4rem;font-size:.75rem}}@media (max-width: 480px) and (min-width: 768px){.product-card__collapse{font-size:.825rem}}@media (max-width: 480px) and (min-width: 1200px){.product-card__collapse{font-size:.9075rem}}.product-card__collapse:hover{color:#232323}.product-card__color-swatch:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.product-card__size-btn:disabled{opacity:.4;cursor:not-allowed;background:#f5f5f5;color:#bdbdbd;border-color:#e0e0e0}.product-card-skeleton{background:var(--bg-white);border-radius:8px;overflow:hidden;width:100%;max-width:300px}.product-card-skeleton__image-wrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden}.product-card-skeleton__image{width:100%;height:100%;background:var(--bg-light)}.product-card-skeleton__content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.product-card-skeleton__category{height:14px;width:40%;border-radius:4px;background:var(--bg-light)}.product-card-skeleton__title{height:18px;width:100%;border-radius:4px;background:var(--bg-light)}.product-card-skeleton__colors{display:flex;gap:.5rem;margin-top:.25rem}.product-card-skeleton__color{width:24px;height:24px;border-radius:50%;background:var(--bg-light)}.product-card-skeleton__price-row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.product-card-skeleton__price{height:20px;width:80px;border-radius:4px;background:var(--bg-light)}.product-card-skeleton__cart-btn{width:40px;height:40px;border-radius:4px;background:var(--bg-light)}.skeleton-loading{position:relative;overflow:hidden}.skeleton-loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.swiper{width:100%;height:100%;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;background:#0003;opacity:1;margin:0 4px;cursor:pointer;transition:all .3s ease}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}.new-collections{padding:3rem 0 0;background-color:transparent;width:100%}.new-collections__container{width:100%;max-width:none;padding:0 1.5rem}@media (max-width: 768px){.new-collections__container{padding:0 1rem}}.new-collections__content{display:flex;gap:2rem;align-items:stretch;width:100%}@media (max-width: 1024px){.new-collections__content{flex-direction:column;gap:2rem}}.new-collections__left{flex:0 0 400px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 1024px){.new-collections__left{flex:none;width:100%;padding-left:0}}.new-collections__right{flex:1;overflow:hidden;position:relative;max-width:100%}.new-collections__actions{display:flex;align-items:center;justify-content:space-between}.new-collections__title{font-size:1.875rem;font-family:Roboto Condensed;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:.9;text-transform:uppercase;letter-spacing:-.02em}@media (min-width: 768px){.new-collections__title{font-size:2.25rem}}@media (min-width: 1200px){.new-collections__title{font-size:2.475rem}}@media (max-width: 1024px){.new-collections__title{font-size:1.875rem}}@media (max-width: 1024px) and (min-width: 768px){.new-collections__title{font-size:2.0625rem}}@media (max-width: 1024px) and (min-width: 1200px){.new-collections__title{font-size:2.26875rem}}@media (max-width: 768px){.new-collections__title{font-size:1.875rem}}@media (max-width: 768px) and (min-width: 768px){.new-collections__title{font-size:2.0625rem}}@media (max-width: 768px) and (min-width: 1200px){.new-collections__title{font-size:2.26875rem}}.new-collections__subtitle{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-primary);margin:0 0 2rem;text-transform:uppercase;letter-spacing:.1em}@media (min-width: 768px){.new-collections__subtitle{font-size:.9625rem}}@media (min-width: 1200px){.new-collections__subtitle{font-size:1.05875rem}}@media (max-width: 1024px){.new-collections__subtitle{margin-bottom:1.5rem}}@media (max-width: 768px){.new-collections__subtitle{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.new-collections__subtitle{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.new-collections__subtitle{font-size:.9075rem}}.new-collections__cta{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;position:relative;border:2px solid #aa0000;padding:.75rem 1.5rem;background:transparent;height:48px}@media (min-width: 768px){.new-collections__cta{font-size:.9625rem}}@media (min-width: 1200px){.new-collections__cta{font-size:1.05875rem}}.new-collections__cta:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--text-primary);transition:width .3s ease}.new-collections__cta:hover{transform:translate(4px);background:#a00;color:#fff}.new-collections__cta:hover .new-collections__arrow{transform:translate(4px)}.new-collections__arrow{transition:transform .3s ease;display:flex;align-items:center}.new-collections__slider-container{position:relative;width:100%}.new-collections__slider{overflow:visible}.new-collections__slider .swiper-wrapper{align-items:stretch}.new-collections__slider .swiper-slide{height:fit-content;width:auto!important}.new-collections__slider .preview-img{width:400px;aspect-ratio:1}.new-collections__card{width:300px}@media (max-width: 768px){.new-collections__card{width:250px}}.new-collections__navigation{display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 1024px){.new-collections__navigation{justify-content:center;padding-right:0}}@media (max-width: 768px){.new-collections__navigation{margin-top:.5rem}}.new-collections__nav-btn{width:56px;height:56px;border:2px solid #aa0000;aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.new-collections__nav-btn:hover{color:#000;transform:scale(1.05)}.new-collections__nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.new-collections__nav-btn.swiper-button-disabled:hover{background:#fff;color:var(--text-primary);transform:none}.new-collections__nav-btn svg{width:20px;height:20px}@media (max-width: 768px){.new-collections__nav-btn{width:30px;height:30px}.new-collections__nav-btn svg{width:18px;height:18px}}.new-collections__nav-btn--prev svg{transform:rotate(180deg)}@media (max-width: 1200px){.new-collections{padding:3rem 0 0}}@media (max-width: 768px){.new-collections{padding:2rem 0 0}}@media (max-width: 480px){.new-collections__container{padding:0 .75rem}.new-collections__card-content{padding:.75rem}}.featured-collection{padding:3rem 0 0;background:transparent;width:100%}.featured-collection__container{margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.featured-collection__container{padding:0}}.featured-collection__header{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.featured-collection__header{margin-bottom:2rem;gap:1rem}}.featured-collection__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:0;letter-spacing:.02em;line-height:280%;text-transform:uppercase}@media (min-width: 768px){.featured-collection__title{font-size:1.5rem}}@media (min-width: 1200px){.featured-collection__title{font-size:1.65rem}}@media (max-width: 768px){.featured-collection__title{font-size:1.25rem}}@media (max-width: 768px) and (min-width: 768px){.featured-collection__title{font-size:1.5rem}}@media (max-width: 768px) and (min-width: 1200px){.featured-collection__title{font-size:1.65rem}}.featured-collection__see-all{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:.875rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;position:relative}@media (min-width: 768px){.featured-collection__see-all{font-size:.9625rem}}@media (min-width: 1200px){.featured-collection__see-all{font-size:1.05875rem}}.featured-collection__see-all:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .3s ease}.featured-collection__see-all:hover{transform:translate(4px);color:#a00}.featured-collection__see-all:hover:after{width:calc(100% - 24px);background-color:#a00}.featured-collection__see-all:hover .featured-collection__arrow{transform:translate(4px)}@media (max-width: 768px){.featured-collection__see-all{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.featured-collection__see-all{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.featured-collection__see-all{font-size:.9075rem}}.featured-collection__arrow{transition:transform .3s ease;display:flex;align-items:center}.featured-collection__arrow svg{width:16px;height:16px}.featured-collection__content{position:relative}.featured-collection__slider-container{position:relative;overflow:hidden}.featured-collection__slider{overflow:visible;padding:1rem 0}.featured-collection__slider .swiper-wrapper{align-items:stretch}.featured-collection__slider .swiper-slide{height:fit-content}.featured-collection__slider .product-card{width:100%;min-width:280px}@media (max-width: 768px){.featured-collection__slider .product-card{min-width:230px}}@media (max-width: 480px){.featured-collection__slider .product-card{min-width:180px}}.featured-collection__navigation{display:flex;justify-content:center;gap:1rem;margin-top:.5rem;padding-right:2rem}@media (max-width: 1024px){.featured-collection__navigation{justify-content:center;padding-right:0}}@media (max-width: 768px){.featured-collection__navigation{margin-top:.5rem}}.featured-collection__nav-btn{width:56px;height:56px;border:2px solid #aa0000;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.featured-collection__nav-btn:hover{color:#000;transform:scale(1.05)}.featured-collection__nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.featured-collection__nav-btn.swiper-button-disabled:hover{background:#fff;color:var(--text-primary);transform:none}.featured-collection__nav-btn svg{width:20px;height:20px}@media (max-width: 768px){.featured-collection__nav-btn{width:30px;height:30px}.featured-collection__nav-btn svg{width:18px;height:18px}}@media (min-width: 1024px){.featured-collection__nav-btn--prev{left:-24px}}.featured-collection__nav-btn--prev svg{transform:rotate(180deg)}@media (min-width: 1024px){.featured-collection__nav-btn--next{right:-24px}}@media (max-width: 1200px){.featured-collection{padding:3rem 0 0}}@media (max-width: 768px){.featured-collection{padding:2rem 0 0}.featured-collection__container{padding:0 1rem}}@media (max-width: 480px){.featured-collection__container{padding:0 .75rem}.featured-collection__header{margin-bottom:1.5rem}}.featured-collection .swiper-button-next,.featured-collection .swiper-button-prev{display:none}.age-collection{padding:3rem 0 0;background:transparent;width:100%}.age-collection__container{margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.age-collection__container{padding:0 1rem}}.age-collection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}@media (max-width: 1024px){.age-collection__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.age-collection__grid{grid-template-columns:1fr;gap:1rem}}.age-collection__card{position:relative;overflow:hidden;background:#fff;transition:all .3s ease;cursor:pointer}.age-collection__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.age-collection__card:hover .age-collection__image{transform:scale(1.05)}.age-collection__card:hover .age-collection__cta{background:#a00;color:#fff}.age-collection__card:hover .age-collection__cta .age-collection__arrow{transform:translate(4px)}.age-collection__image-container{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#d3d3d3 50%/cover no-repeat}@media (max-width: 1024px){.age-collection__image-container{height:350px}}@media (max-width: 768px){.age-collection__image-container{height:300px}}@media (max-width: 480px){.age-collection__image-container{height:250px}}.age-collection__image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.age-collection__content{background:#fff}.age-collection__cta{width:100%;background:#fff;border:2px solid #aa0000;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:.875rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}@media (min-width: 768px){.age-collection__cta{font-size:.9625rem}}@media (min-width: 1200px){.age-collection__cta{font-size:1.05875rem}}.age-collection__cta:hover{background:#a00;color:#fff}.age-collection__cta:hover .age-collection__arrow{transform:translate(4px)}@media (max-width: 768px){.age-collection__cta{padding:.75rem 1.25rem;font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.age-collection__cta{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.age-collection__cta{font-size:.9075rem}}@media (max-width: 480px){.age-collection__cta{padding:.6rem 1rem}}.age-collection__arrow{transition:transform .3s ease;display:flex;align-items:center}.age-collection__arrow svg{width:16px;height:16px}@media (max-width: 480px){.age-collection__arrow svg{width:14px;height:14px}}@media (max-width: 1200px){.age-collection{padding:3rem 0 0}}@media (max-width: 768px){.age-collection{padding:2rem 0 0}}@media (max-width: 480px){.age-collection__container{padding:0 .75rem}}.features-section{width:100%;margin:2rem auto 0;padding:3rem;background-color:#f0f6fe}.features-section__container{max-width:100%;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.features-section__container{padding:0 1rem}}.features-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 768px){.features-section__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.features-section__item{display:flex;align-items:flex-start;gap:1rem;padding:.5rem;transition:all .3s ease}@media (max-width: 768px){.features-section__item{gap:.75rem}}.features-section__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.features-section__icon{width:40px;height:40px}}.features-section__icon-image{width:100%;height:100%;object-fit:contain;filter:grayscale(0%);transition:all .3s ease}.features-section__content{flex:1;min-width:0}.features-section__title{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 .25rem;line-height:1.3}@media (min-width: 768px){.features-section__title{font-size:.9625rem}}@media (min-width: 1200px){.features-section__title{font-size:1.05875rem}}@media (max-width: 768px){.features-section__title{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.features-section__title{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.features-section__title{font-size:.9075rem}}.features-section__description{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.4}@media (min-width: 768px){.features-section__description{font-size:.825rem}}@media (min-width: 1200px){.features-section__description{font-size:.9075rem}}@media (min-width: 769px){.features-section__item:hover .features-section__icon-image{transform:scale(1.1)}.features-section__item:hover .features-section__title{color:var(--primary-color, #000)}}@media (max-width: 1200px){.features-section{padding:2.5rem 0 0}}@media (max-width: 768px){.features-section{padding:2rem 0 0}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400}img{max-width:100%}input,textarea,button,select,a,img,label,div,p{-webkit-tap-highlight-color:transparent}.home{display:flex;flex-direction:column;align-items:center;min-height:100vh;background-color:var(--background-color)}.btn-skew-animation{outline:none;cursor:pointer;border:none;padding:.9rem 2rem;margin:0;font-family:inherit;font-size:17px;position:relative;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.05rem;overflow:hidden;background:#fff;color:#fff;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;text-transform:uppercase}.btn-skew-animation span{position:relative;z-index:10;transition:color .4s}.btn-skew-animation__icon{display:flex;align-items:center;transition:color .4s;position:relative;z-index:10}.btn-skew-animation:hover span{color:#000}.btn-skew-animation:before,.btn-skew-animation:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.btn-skew-animation:before{content:"";background:#000;width:120%;left:-10%;transform:skew(30deg);transition:transform .4s cubic-bezier(.3,1,.8,1)}.btn-skew-animation:hover:before{transform:translate3d(100%,0,0)}.btn-skew-animation--black-reveal{background:#000;color:#000}.btn-skew-animation--black-reveal:before{background:#fff;left:-120%}.btn-skew-animation--black-reveal:hover span{color:#000}.btn-skew-animation--green-slide{background:#000;color:#fff}.btn-skew-animation--green-slide:before{background:#6f6;left:-120%}.btn-skew-animation--green-slide:hover span{color:#000}.flex-center{display:flex;align-items:center;justify-content:center}.top-collection{padding:3rem 0 0;background:transparent;width:100%}.top-collection__container{margin:0 auto;padding:0 1.5rem}.top-collection__header{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.top-collection__header{margin-bottom:2rem;gap:1rem}}.top-collection__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:0;letter-spacing:.02em;line-height:280%;text-transform:uppercase}@media (min-width: 768px){.top-collection__title{font-size:1.5rem}}@media (min-width: 1200px){.top-collection__title{font-size:1.65rem}}@media (max-width: 768px){.top-collection__title{font-size:1.25rem}}@media (max-width: 768px) and (min-width: 768px){.top-collection__title{font-size:1.5rem}}@media (max-width: 768px) and (min-width: 1200px){.top-collection__title{font-size:1.65rem}}.top-collection__see-all{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;cursor:pointer;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:.875rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;position:relative}@media (min-width: 768px){.top-collection__see-all{font-size:.9625rem}}@media (min-width: 1200px){.top-collection__see-all{font-size:1.05875rem}}.top-collection__see-all:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--text-primary);transition:width .3s ease}.top-collection__see-all:hover{transform:translate(4px);color:#a00}.top-collection__see-all:hover:after{width:calc(100% - 24px);background-color:#a00}.top-collection__see-all:hover .featured-collection__arrow{transform:translate(4px)}@media (max-width: 768px){.top-collection__see-all{font-size:.75rem}}@media (max-width: 768px) and (min-width: 768px){.top-collection__see-all{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.top-collection__see-all{font-size:.9075rem}}.top-collection__arrow{transition:transform .3s ease;display:flex;align-items:center}.top-collection__arrow svg{width:16px;height:16px}.top-collection__content{position:relative}.top-collection__slider-container{position:relative;overflow:hidden}.top-collection__slider{overflow:visible;padding:1rem 0}.top-collection__slider .swiper-wrapper{align-items:stretch}.top-collection__slider .swiper-slide{height:fit-content}.top-collection__slider .product-card{width:100%;min-width:280px}@media (max-width: 768px){.top-collection__slider .product-card{min-width:230px}}@media (max-width: 480px){.top-collection__slider .product-card{min-width:180px}}.top-collection__navigation{display:flex;justify-content:center;gap:1rem;margin-top:.5rem;padding-right:2rem}@media (max-width: 1024px){.top-collection__navigation{justify-content:center;padding-right:0}}@media (max-width: 768px){.top-collection__navigation{margin-top:.5rem}}.top-collection__nav-btn{width:56px;height:56px;border:2px solid #aa0000;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-primary)}.top-collection__nav-btn:hover{color:#000;transform:scale(1.05)}.top-collection__nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.top-collection__nav-btn.swiper-button-disabled:hover{background:#fff;color:var(--text-primary);transform:none}.top-collection__nav-btn svg{width:20px;height:20px}@media (max-width: 768px){.top-collection__nav-btn{width:30px;height:30px}.top-collection__nav-btn svg{width:18px;height:18px}}@media (min-width: 1024px){.top-collection__nav-btn--prev{left:-24px}}.top-collection__nav-btn--prev svg{transform:rotate(180deg)}@media (min-width: 1024px){.top-collection__nav-btn--next{right:-24px}}@media (max-width: 1200px){.top-collection{padding:3rem 0 0}}@media (max-width: 768px){.top-collection{padding:2rem 0 0}.top-collection__container{padding:0 1rem}}@media (max-width: 480px){.top-collection__container{padding:0 .75rem}.top-collection__header{margin-bottom:1.5rem}}.top-collection .swiper-button-next,.top-collection .swiper-button-prev{display:none}.filter-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.filter-modal__overlay{position:absolute;inset:0;background:#00000080;cursor:pointer}.filter-modal__content{position:relative;background:#fff;width:90vw;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@media (max-width: 768px){.filter-modal__content{width:95vw;max-height:95vh}}.filter-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}@media (max-width: 768px){.filter-modal__header{padding:1rem 1.5rem}}.filter-modal__title{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.filter-modal__title{font-size:1.35rem}}@media (min-width: 1200px){.filter-modal__title{font-size:1.485rem}}.filter-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:color .2s}.filter-modal__close:hover{color:var(--text-primary)}.filter-modal__body{flex:1;overflow-y:auto;padding:1.5rem 2rem}@media (max-width: 768px){.filter-modal__body{padding:1rem 1.5rem}}.filter-modal__section{margin-bottom:2rem}.filter-modal__section:last-child{margin-bottom:0}.filter-modal__section-title{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.filter-modal__section-title{font-size:1.05rem}}@media (min-width: 1200px){.filter-modal__section-title{font-size:1.155rem}}.filter-modal__options{display:flex;flex-wrap:wrap;gap:.75rem}.filter-modal__option{background:#f5f5f5;border:1px solid #e0e0e0;padding:.75rem 1rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);cursor:pointer;transition:all .2s;white-space:nowrap}@media (min-width: 768px){.filter-modal__option{font-size:1.05rem}}@media (min-width: 1200px){.filter-modal__option{font-size:1.155rem}}.filter-modal__option:hover{background:#e0e0e0}.filter-modal__option.active{background:#a00;color:#fff;border-color:#fff}@media (max-width: 480px){.filter-modal__option{padding:.5rem .75rem;font-size:.75rem}}@media (max-width: 480px) and (min-width: 768px){.filter-modal__option{font-size:.9rem}}@media (max-width: 480px) and (min-width: 1200px){.filter-modal__option{font-size:.99rem}}.filter-modal__colors{display:flex;flex-wrap:wrap;gap:.75rem}.filter-modal__color-item{display:flex;align-items:center;justify-content:center}.filter-modal__color{width:40px;height:40px;border:2px solid #e0e0e0;cursor:pointer;transition:all .2s;position:relative}.filter-modal__color:hover{transform:scale(1.1)}.filter-modal__color.active{border-color:#a00;transform:scale(1.1)}.filter-modal__color.active:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width: 480px){.filter-modal__color{width:35px;height:35px}}.filter-modal__footer{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#fafafa}@media (max-width: 768px){.filter-modal__footer{padding:1rem 1.5rem}}.filter-modal__clear,.filter-modal__apply{flex:1;padding:1rem 2rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s}@media (min-width: 768px){.filter-modal__clear,.filter-modal__apply{font-size:1.05rem}}@media (min-width: 1200px){.filter-modal__clear,.filter-modal__apply{font-size:1.155rem}}@media (max-width: 480px){.filter-modal__clear,.filter-modal__apply{padding:.75rem 1.5rem}}.filter-modal__clear{background:#fff;border:1px solid #aa0000;color:#a00}.filter-modal__clear:hover{background:#f5f5f5;border-color:#a00}.filter-modal__apply{background:#a00;border:1px solid #fff;color:#fff}.filter-modal__apply:hover{background:#a00;border-color:#fff}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.particular-section{width:100%;min-height:100vh;background:#fff;padding:0 1.5rem;margin-top:1rem}@media screen and (max-width: 768px){.particular-section{padding:0 1rem}}.particular-section__content{width:100%;min-height:100vh;background:#fff}.particular-section__hero{max-width:100%;margin:0 auto;display:flex}@media (max-width: 768px){.particular-section__hero{flex-direction:column;text-align:center}}.particular-section__hero-content{text-align:left;margin-right:1rem;display:flex;flex-direction:column;justify-content:center}@media (max-width: 768px){.particular-section__hero-content{margin-bottom:1.5rem}}.particular-section__hero-title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);margin:.5rem 0}@media (min-width: 768px){.particular-section__hero-title{font-size:1.5rem}}@media (min-width: 1200px){.particular-section__hero-title{font-size:1.65rem}}.particular-section__hero-subtitle{font-size:.75rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:300;color:var(--text-secondary);max-width:600px;margin:0}@media (min-width: 768px){.particular-section__hero-subtitle{font-size:.9rem}}@media (min-width: 1200px){.particular-section__hero-subtitle{font-size:.99rem}}.particular-section__hero-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 768px){.particular-section__hero-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 480px){.particular-section__hero-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.particular-section__hero-item{position:relative;aspect-ratio:4/5;overflow:hidden;cursor:pointer;transition:transform .3s ease;background-color:#f1f2f7}.particular-section__hero-item:hover{transform:translateY(-4px)}.particular-section__hero-item:hover .particular-section__hero-overlay{opacity:1}.particular-section__hero-item:hover img{transform:scale(1.05)}.particular-section__hero-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.particular-section__hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);opacity:.9;transition:opacity .3s ease}.particular-section__hero-btn{background:#000;color:#fff;border:none;width:100%;padding:.8rem .5rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.particular-section__hero-btn{font-size:.9rem}}@media (min-width: 1200px){.particular-section__hero-btn{font-size:.99rem}}.particular-section__hero-btn svg{transition:transform .2s}.particular-section__hero-btn:hover svg{transform:translate(2px)}@media (max-width: 480px){.particular-section__hero-btn{padding:.5rem}}.particular-section__main{background:#fff;min-height:50vh;padding:1rem 0}.particular-section__container{max-width:100%;margin:0 auto}.particular-section__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem 0;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-muted)}@media (min-width: 768px){.particular-section__breadcrumb{font-size:1.05rem}}@media (min-width: 1200px){.particular-section__breadcrumb{font-size:1.155rem}}.particular-section__breadcrumb span:last-child{color:var(--text-primary);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500}.particular-section__breadcrumb-home{color:var(--text-muted);transition:color .2s ease;cursor:pointer}.particular-section__breadcrumb-home:hover{color:var(--accent-red);text-decoration:underline}.particular-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}@media (max-width: 768px){.particular-section__header{flex-direction:column;align-items:flex-start;gap:1rem}}.particular-section__title-section{display:flex;flex-direction:column;gap:.5rem}.particular-section__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0}@media (min-width: 768px){.particular-section__title{font-size:1.5rem}}@media (min-width: 1200px){.particular-section__title{font-size:1.65rem}}.particular-section__subcategory-filter{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e0e0e0}.particular-section__filter-label{font-size:.875rem;color:#666;font-weight:500}.particular-section__filter-value{font-size:.875rem;color:#1565c0;font-weight:600;background:#e3f2fd;padding:.25rem .5rem}.particular-section__no-results{font-size:.75rem;color:#f57c00;font-style:italic;margin-left:.5rem}.particular-section__controls{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.particular-section__controls{width:100%;justify-content:space-between}}.particular-section__sort{position:relative}.particular-section__sort-select{appearance:none;background:#fff;border:1px solid #e0e0e0;padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);cursor:pointer;min-width:140px}@media (min-width: 768px){.particular-section__sort-select{font-size:1.05rem}}@media (min-width: 1200px){.particular-section__sort-select{font-size:1.155rem}}.particular-section__sort-select:focus{outline:none;border-color:var(--text-primary)}.particular-section__sort:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #666;pointer-events:none}.particular-section__filters{background:#fff;border:1px solid #e0e0e0;padding:.75rem 1.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .2s}@media (min-width: 768px){.particular-section__filters{font-size:1.05rem}}@media (min-width: 1200px){.particular-section__filters{font-size:1.155rem}}.particular-section__filters:hover{background:#f5f5f5;border-color:var(--text-primary)}.particular-section__load-more{display:flex;justify-content:center;align-items:center;padding:2rem 0;margin-top:2rem}.particular-section__load-more-btn{background:var(--text-primary);color:#fff;border:none;padding:1rem 2.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:200px}@media (min-width: 768px){.particular-section__load-more-btn{font-size:1.05rem}}@media (min-width: 1200px){.particular-section__load-more-btn{font-size:1.155rem}}.particular-section__load-more-btn:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.particular-section__load-more-btn:active:not(:disabled){transform:translateY(0)}.particular-section__load-more-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.particular-section__load-more-btn{padding:.875rem 2rem;min-width:180px}}.particular-section__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;justify-items:center}@media (max-width: 768px){.particular-section__products{grid-template-columns:1fr 1fr;gap:1rem}}@media (max-width: 480px){.particular-section__products{grid-template-columns:1fr 1fr;gap:.5rem}}.particular-section__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:60vh}.particular-section__empty-state--kids{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:.5rem 0}.particular-section__coming-soon-image{max-width:100%;width:100%;max-width:600px;height:auto;box-shadow:0 8px 24px #00000026;margin-bottom:2rem;object-fit:cover}@media (max-width: 768px){.particular-section__coming-soon-image{max-width:100%;margin-bottom:1.5rem}}.particular-section__coming-soon-title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:var(--text-primary);margin:0 0 1rem}@media (min-width: 768px){.particular-section__coming-soon-title{font-size:1.5rem}}@media (min-width: 1200px){.particular-section__coming-soon-title{font-size:1.65rem}}.particular-section__coming-soon-text{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:var(--text-secondary);margin:0 0 2rem;max-width:500px}.particular-section__coming-soon-button{background:#000;color:#fff;border:none;padding:1rem 2.5rem;font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.particular-section__coming-soon-button{font-size:1.05rem}}@media (min-width: 1200px){.particular-section__coming-soon-button{font-size:1.155rem}}.particular-section__coming-soon-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.particular-section__coming-soon-button:active{transform:translateY(0)}.product-card{height:fit-content}@media (max-width: 768px){.product-card{width:200px}}@media (max-width: 480px){.product-card{width:155px}}.razorpay-loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.razorpay-loading__spinner{background:#fff;padding:2rem;box-shadow:0 4px 6px #0000001a;text-align:center;min-width:250px}.razorpay-loading__spinner .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #000;animation:spin 1s linear infinite;margin:0 auto 1rem}.razorpay-loading__spinner p{margin:0;color:#333;font-size:1rem;font-weight:500}.add-address-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.add-address-modal{background:#fff;box-shadow:0 20px 60px #00000026;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.add-address-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.add-address-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#333}.add-address-modal-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease}.add-address-modal-header .close-btn:hover{background:#f5f5f5;color:#333}.add-address-modal-content{padding:1.5rem}.address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 768px){.address-form .form-row{grid-template-columns:1fr;gap:.75rem}}.address-form .form-field{margin-bottom:1rem}.address-form .form-field.checkbox-field{display:flex;align-items:center;margin-bottom:0}.address-form .form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.address-form .form-input,.address-form .form-select{width:100%;padding:.75rem;border:2px solid #e1e5e9;font-size:1rem;transition:all .2s ease;background:#fff}.address-form .form-input:focus,.address-form .form-select:focus{outline:none;border-color:#a00;box-shadow:0 0 0 3px #b400001a}.address-form .form-input::placeholder,.address-form .form-select::placeholder{color:#999}.address-form .form-select{cursor:pointer}.address-form .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#333}.address-form .checkbox-label input[type=checkbox]{display:none}.address-form .checkbox-label .checkbox-mark{width:20px;height:20px;border:2px solid #e1e5e9;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff}.address-form .checkbox-label .checkbox-mark:after{content:"✓";color:#fff;font-size:12px;font-weight:700;opacity:0;transition:opacity .2s ease}.address-form .checkbox-label input[type=checkbox]:checked+.checkbox-mark{background:#a00;border-color:#a00}.address-form .checkbox-label input[type=checkbox]:checked+.checkbox-mark:after{opacity:1}.address-form .form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee}@media (max-width: 768px){.address-form .form-actions{flex-direction:column}}.address-form .btn-primary,.address-form .btn-secondary{flex:1;padding:.875rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.address-form .btn-primary:disabled,.address-form .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.address-form .btn-primary{background:#a00;color:#fff;border:2px solid transparent}.address-form .btn-primary:hover:not(:disabled){background:#aa0000c7;color:#000;border:2px solid #000000;transform:translateY(-2px);box-shadow:0 4px 12px #b400004d}.address-form .btn-secondary{background:#f8f9fa;color:#666;border:2px solid #e1e5e9}.address-form .btn-secondary:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}@media (max-width: 768px){.add-address-modal{margin:1rem;width:calc(100% - 2rem);max-height:calc(100vh - 2rem)}.add-address-modal-header,.add-address-modal-content{padding:1rem}.address-form .form-actions{margin-top:1.5rem;padding-top:1rem}}.address-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.address-modal{background:#fff;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.address-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.address-modal-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.address-modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:4px;transition:color .2s}.address-modal-header .close-btn:hover{color:#333}.address-modal-content{flex:1;overflow-y:auto;padding:20px 24px}.add-address-section{margin-bottom:20px}.add-address-section .add-address-btn{background:#a00;color:#fff;border:none;padding:12px 20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.add-address-section .add-address-btn:hover{background:#aa0000c7;transform:translateY(-1px);box-shadow:0 4px 12px #b400004d}.no-addresses{text-align:center;padding:40px 20px}.no-addresses p{color:#666;margin-bottom:20px}.addresses-list{display:flex;flex-direction:column;gap:16px}.address-card{display:flex;align-items:flex-start;gap:16px;padding:16px;border:2px solid #e0e0e0;cursor:pointer;transition:all .2s}.address-card:hover{border-color:#a00;background:#f8f9ff}.address-card.selected{border-color:#a00;background:#f8f9ff;box-shadow:0 2px 8px #b4000033}.address-radio{margin-top:4px}.address-radio input[type=radio]{width:18px;height:18px;cursor:pointer}.address-info{flex:1}.address-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.address-header .address-name{font-weight:600;color:#333;font-size:1.125rem}.address-header .address-badges{display:flex;align-items:center;gap:8px;flex-shrink:0}.address-header .address-type{background:#e3f2fd;color:#1565c0;padding:4px 8px;font-size:.75rem;text-transform:capitalize;display:flex;align-items:center;gap:4px}.address-header .default-badge{background:#4caf50;color:#fff;padding:4px 8px;font-size:.75rem;font-weight:500}.address-details{color:#666;line-height:1.5}.address-details p{margin:4px 0}.address-details .address-phone{font-weight:500;color:#333}.address-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e0e0e0}.address-modal-footer .btn-secondary{background:#f8f9fa;color:#333;border:1px solid #dee2e6;padding:10px 20px;font-size:1rem;cursor:pointer;transition:all .2s}.address-modal-footer .btn-secondary:hover{background:#e9ecef}.address-modal-footer .btn-primary{background:#a00;color:#fff;border:none;padding:10px 20px;font-size:1rem;cursor:pointer;transition:background-color .2s}.address-modal-footer .btn-primary:hover:not(:disabled){background:#aa0000c7}.address-modal-footer .btn-primary:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 768px){.address-modal-overlay{padding:10px}.address-modal{max-height:90vh}.address-modal-header,.address-modal-content,.address-modal-footer{padding-left:16px;padding-right:16px}.address-card{padding:12px}.address-header{flex-direction:column;align-items:flex-start;gap:8px}.address-header .address-badges{align-self:flex-start}}.coupon-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.coupon-modal{background:#fff;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.coupon-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0}.coupon-modal-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.coupon-modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:4px;transition:color .2s}.coupon-modal-header .close-btn:hover{color:#333}.coupon-modal-content{flex:1;overflow-y:auto;padding:20px 24px}.custom-coupon-section{margin-bottom:30px}.custom-coupon-section h3{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 16px}.custom-coupon-input{display:flex;gap:12px}.custom-coupon-input input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;font-size:1rem;font-weight:500;text-transform:uppercase;transition:border-color .2s}.custom-coupon-input input:focus{outline:none;border-color:#a00}.custom-coupon-input input::placeholder{text-transform:none;font-weight:400}.custom-coupon-input .apply-btn{background:#a00;color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:100px}.custom-coupon-input .apply-btn:hover:not(:disabled){background:#aa0000c1}.custom-coupon-input .apply-btn:disabled{background:#ccc;cursor:not-allowed}.available-coupons-section h3{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 16px}.no-coupons{text-align:center;padding:40px 20px;color:#666}.coupons-list{display:flex;flex-direction:column;gap:16px}.coupon-card{border:2px solid #e0e0e0;overflow:hidden;transition:all .2s}.coupon-card:hover:not(.disabled){border-color:#a00;box-shadow:0 4px 12px #aa000026}.coupon-card.disabled{opacity:.6;background:#f5f5f5;border-color:#d0d0d0;cursor:not-allowed}.coupon-content{display:flex;align-items:center;padding:20px;gap:20px}.coupon-left{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#a00;color:#fff;padding:16px;min-width:120px;text-align:center}.coupon-left .coupon-discount{font-size:1.25rem;font-weight:700;margin-bottom:4px}.coupon-left .coupon-code{font-size:.875rem;font-weight:500;opacity:.9;border:1px solid rgba(255,255,255,.3);padding:4px 8px}.coupon-details{flex:1;display:flex;flex-direction:column;gap:8px}.coupon-details .coupon-description{font-weight:500;color:#333;margin:0;line-height:1.4}.coupon-details .coupon-conditions{display:flex;flex-wrap:wrap;gap:8px}.coupon-details .coupon-conditions .condition{background:#f8f9fa;color:#666;padding:4px 8px;font-size:.75rem;border:1px solid #e9ecef}.coupon-details .coupon-validity .validity{font-size:.875rem;color:#666}.coupon-details .coupon-validity .validity.expiring{color:#dc3545;font-weight:500}.coupon-right .coupon-apply-btn{background:#28a745;color:#fff;border:none;padding:10px 20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:80px}.coupon-right .coupon-apply-btn:hover{background:#218838}@media (max-width: 768px){.coupon-modal-overlay{padding:10px}.coupon-modal{max-height:90vh}.coupon-modal-header,.coupon-modal-content{padding-left:16px;padding-right:16px}.custom-coupon-input{flex-direction:column}.custom-coupon-input .apply-btn{width:100%}.coupon-content{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.coupon-content .coupon-left{min-width:auto;align-self:center}.coupon-content .coupon-right{align-self:center}.coupon-content .coupon-right .coupon-apply-btn{width:100%}.coupon-details{text-align:center}.coupon-details .coupon-conditions{justify-content:center}}.coupon-card.disabled .condition.met{background:#e8f5e8;color:#2e7d32}.coupon-card.disabled .condition.unmet{background:#ffebee;color:#c62828}.coupon-card.disabled .condition .shortfall{display:block;font-size:.7rem;margin-top:2px;font-style:italic}.coupon-card.disabled .coupon-status{margin-top:8px}.coupon-card.disabled .coupon-status .status{padding:4px 8px;font-size:.75rem;font-weight:500}.coupon-card.disabled .coupon-status .status.available{background:#e8f5e8;color:#2e7d32}.coupon-card.disabled .coupon-status .status.unavailable{background:#ffebee;color:#c62828}.coupon-card.disabled .coupon-apply-btn.disabled{background:#d0d0d0;color:#666;cursor:not-allowed;opacity:.6}.coupon-card.disabled .coupon-apply-btn.disabled:hover{background:#d0d0d0;transform:none}.checkout-page{min-height:100vh;background-color:#f8f9fa;padding:20px 0}.checkout-container{max-width:1200px;margin:0 auto;padding:0 20px}.checkout-title{font-size:2rem;font-weight:600;margin-bottom:30px;color:#333}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:start}@media (max-width: 968px){.checkout-content{grid-template-columns:1fr;gap:20px}}.checkout-left{display:flex;flex-direction:column;gap:20px}.checkout-section{background:#fff;padding:24px;box-shadow:0 2px 8px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:1.25rem;font-weight:600;color:#333;margin:0}.change-btn{background:#a00;color:#fff;border:none;padding:8px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.change-btn:hover{background:#a00}.selected-address{border:1px solid #e0e0e0;padding:16px}.selected-address .address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.selected-address .address-header .address-name{font-weight:600;color:#333}.selected-address .address-header .address-type{background:#e3f2fd;color:#a00;padding:4px 8px;font-size:.75rem;text-transform:capitalize}.selected-address .address-details{color:#666;line-height:1.5}.selected-address .address-details p{margin:4px 0}.no-address{text-align:center;padding:40px 20px;color:#666}.applied-coupon{display:flex;justify-content:space-between;align-items:center;background:#e8f5e8;border:1px solid #4caf50;padding:16px}.applied-coupon .coupon-info{display:flex;flex-direction:column;gap:4px}.applied-coupon .coupon-info .coupon-code{font-weight:600;color:#2e7d32}.applied-coupon .coupon-info .coupon-discount{color:#2e7d32;font-size:.875rem}.applied-coupon .remove-coupon-btn{background:transparent;color:#a00;border:1px solid #aa0000;padding:6px 12px;font-size:.875rem;cursor:pointer;transition:all .2s}.applied-coupon .remove-coupon-btn:hover{background:#a00;color:#fff}.no-coupon{text-align:center;padding:40px 20px;color:#666}.order-items{display:flex;flex-direction:column;gap:12px}.order-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e0e0e0}.order-item .item-details{display:flex;flex-direction:column;gap:4px}.order-item .item-details .item-name{font-weight:500;color:#333}.order-item .item-details .item-variant{color:#888;font-size:.8rem;font-style:italic}.order-item .item-details .item-quantity{color:#666;font-size:.875rem}.order-item .item-price{font-weight:600;color:#333}.checkout-right{position:sticky;top:20px}.order-summary{background:#fff;padding:24px;box-shadow:0 2px 8px #0000001a}.order-summary h2{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 20px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:#333}.summary-row.discount{color:#4caf50}.summary-row.total{font-weight:600;font-size:1.125rem;border-top:2px solid #e0e0e0;padding-top:16px;margin-top:16px}.summary-divider{height:1px;background:#e0e0e0;margin:16px 0}.payment-method-section{margin:20px 0;padding:20px 0;border-top:1px solid #e0e0e0}.payment-method-section h3{margin-bottom:15px;font-size:1.1rem;font-weight:600;color:#333}.payment-method-section .payment-options{display:flex;flex-direction:column;gap:12px}.payment-method-section .payment-option{display:flex;align-items:center;padding:12px;border:2px solid #e0e0e0;cursor:pointer;transition:all .2s}.payment-method-section .payment-option:hover{border-color:#a00;background:#f8f9fa}.payment-method-section .payment-option input[type=radio]{margin-right:12px;transform:scale(1.2)}.payment-method-section .payment-option input[type=radio]:checked+.payment-label{color:#a00}.payment-method-section .payment-option:has(input:checked){border-color:#a00;background:#f0f8ff}.payment-method-section .payment-label{display:flex;flex-direction:column;gap:2px}.payment-method-section .payment-label strong{font-size:1rem;color:#333}.payment-method-section .payment-label small{font-size:.85rem;color:#666}.pay-button{width:100%;background:#28a745;color:#fff;border:none;padding:16px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:20px}.pay-button:hover:not(:disabled){background:#218838}.pay-button:disabled{background:#ccc;cursor:not-allowed}.checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:20px}.checkout-loading .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #aa0000;animation:spin 1s linear infinite}.checkout-loading p{color:#666;font-size:1.125rem}.checkout-empty{text-align:center;padding:60px 20px}.checkout-empty h2{color:#333;margin-bottom:20px}.checkout-empty .btn-primary{background:#a00;color:#fff;border:none;padding:12px 24px;font-size:1rem;cursor:pointer;transition:background-color .2s}.checkout-empty .btn-primary:hover{background:#a00}.top-collections-page{min-height:100vh;background:#f8f9fa;padding-top:2rem;padding-bottom:4rem}.top-collections-page .page-container{max-width:1200px;margin:0 auto;padding:0 1rem}.top-collections-page .page-header{text-align:center;margin-bottom:3rem}.top-collections-page .page-header .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.top-collections-page .page-header .breadcrumb .breadcrumb-link{background:none;border:none;color:#a00;cursor:pointer;text-decoration:none}.top-collections-page .page-header .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.top-collections-page .page-header .breadcrumb .breadcrumb-separator{color:#6c757d}.top-collections-page .page-header .breadcrumb .breadcrumb-current{color:#495057;font-weight:500}.top-collections-page .page-header .page-title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.top-collections-page .page-header .page-title{font-size:2rem}}.top-collections-page .page-header .page-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.top-collections-page .filters-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.top-collections-page .filters-section{gap:1rem;align-items:center}}.top-collections-page .filters-section .filters-left .results-count{font-weight:600;color:#495057}.top-collections-page .filters-section .filters-right .sort-select{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .2s ease}.top-collections-page .filters-section .filters-right .sort-select:focus{outline:none;border-color:#a00}.top-collections-page .products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;justify-items:center}@media (max-width: 768px){.top-collections-page .products-section .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem 0}}.top-collections-page .products-section .loading-state .loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.top-collections-page .products-section .loading-state .loading-grid .loading-card{height:400px;overflow:hidden;position:relative}.top-collections-page .products-section .loading-state .loading-grid .loading-card .loading-shimmer{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}.top-collections-page .products-section .empty-state{text-align:center;padding:4rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a}.top-collections-page .products-section .empty-state h3{font-size:1.5rem;color:#495057;margin-bottom:1rem}.top-collections-page .products-section .empty-state p{color:#6c757d;margin-bottom:2rem}.top-collections-page .products-section .empty-state .btn-primary{background:#a00;color:#fff;border:none;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.top-collections-page .products-section .empty-state .btn-primary:hover{background:#aa0000c7;transform:translateY(-2px)}.top-collections-page .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.top-collections-page .pagination .pagination-btn{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;color:#495057;cursor:pointer;font-weight:500;transition:all .2s ease}.top-collections-page .pagination .pagination-btn:hover:not(:disabled){border-color:#a00;color:#a00}.top-collections-page .pagination .pagination-btn.active{background:#a00;border-color:#a00;color:#fff}.top-collections-page .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.top-collections-page .pagination .pagination-dots{padding:.5rem;color:#6c757d}@media (max-width: 768px){.top-collections-page{padding-top:1rem;padding-bottom:2rem}.top-collections-page .page-container{padding:0 .5rem}.top-collections-page .page-header{margin-bottom:2rem}.top-collections-page .filters-section{margin-bottom:1.5rem}}.featured-horizon-page{min-height:100vh;background:#f8f9fa;padding-top:2rem;padding-bottom:4rem}.featured-horizon-page .page-container{max-width:1200px;margin:0 auto;padding:0 1rem}.featured-horizon-page .page-header{text-align:center;margin-bottom:3rem}.featured-horizon-page .page-header .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.featured-horizon-page .page-header .breadcrumb .breadcrumb-link{background:none;border:none;color:#a00;cursor:pointer;text-decoration:none}.featured-horizon-page .page-header .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.featured-horizon-page .page-header .breadcrumb .breadcrumb-separator{color:#6c757d}.featured-horizon-page .page-header .breadcrumb .breadcrumb-current{color:#495057;font-weight:500}.featured-horizon-page .page-header .page-title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.featured-horizon-page .page-header .page-title{font-size:2rem}}.featured-horizon-page .page-header .page-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.featured-horizon-page .filters-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.featured-horizon-page .filters-section{flex-direction:column;gap:1rem;align-items:stretch}}.featured-horizon-page .filters-section .filters-left .results-count{font-weight:600;color:#495057}.featured-horizon-page .filters-section .filters-right .sort-select{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .2s ease}.featured-horizon-page .filters-section .filters-right .sort-select:focus{outline:none;border-color:#a00}.featured-horizon-page .products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;justify-items:center}@media (max-width: 768px){.featured-horizon-page .products-section .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem 0}}.featured-horizon-page .products-section .loading-state .loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.featured-horizon-page .products-section .loading-state .loading-grid .loading-card{height:400px;overflow:hidden;position:relative}.featured-horizon-page .products-section .loading-state .loading-grid .loading-card .loading-shimmer{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}.featured-horizon-page .products-section .empty-state{text-align:center;padding:4rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a}.featured-horizon-page .products-section .empty-state h3{font-size:1.5rem;color:#495057;margin-bottom:1rem}.featured-horizon-page .products-section .empty-state p{color:#6c757d;margin-bottom:2rem}.featured-horizon-page .products-section .empty-state .btn-primary{background:#a00;color:#fff;border:none;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.featured-horizon-page .products-section .empty-state .btn-primary:hover{background:#aa0000c7;transform:translateY(-2px)}.featured-horizon-page .products-section .error-state{text-align:center;padding:4rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a}.featured-horizon-page .products-section .error-state h3{font-size:1.5rem;color:#dc3545;margin-bottom:1rem}.featured-horizon-page .products-section .error-state p{color:#6c757d;margin-bottom:2rem}.featured-horizon-page .products-section .error-state .btn-primary{background:#a00;color:#fff;border:none;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.featured-horizon-page .products-section .error-state .btn-primary:hover{background:#aa0000c7;transform:translateY(-2px)}.featured-horizon-page .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.featured-horizon-page .pagination .pagination-btn{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;color:#495057;cursor:pointer;font-weight:500;transition:all .2s ease}.featured-horizon-page .pagination .pagination-btn:hover:not(:disabled){border-color:#a00;color:#a00}.featured-horizon-page .pagination .pagination-btn.active{background:#a00;border-color:#a00;color:#fff}.featured-horizon-page .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.featured-horizon-page .pagination .pagination-dots{padding:.5rem;color:#6c757d}@media (max-width: 768px){.featured-horizon-page{padding-top:1rem;padding-bottom:2rem}.featured-horizon-page .page-container{padding:0 .5rem}.featured-horizon-page .page-header{margin-bottom:2rem}.featured-horizon-page .filters-section{margin-bottom:1.5rem}}.new-collections-page{min-height:100vh;background:#f8f9fa;padding-top:2rem;padding-bottom:4rem}.new-collections-page .page-container{max-width:1200px;margin:0 auto;padding:0 1rem}.new-collections-page .page-header{text-align:center;margin-bottom:3rem}.new-collections-page .page-header .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.new-collections-page .page-header .breadcrumb .breadcrumb-link{background:none;border:none;color:#a00;cursor:pointer;text-decoration:none}.new-collections-page .page-header .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.new-collections-page .page-header .breadcrumb .breadcrumb-separator{color:#6c757d}.new-collections-page .page-header .breadcrumb .breadcrumb-current{color:#495057;font-weight:500}.new-collections-page .page-header .page-title{font-size:3rem;font-weight:700;color:#212529;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}@media (max-width: 768px){.new-collections-page .page-header .page-title{font-size:2rem}}.new-collections-page .page-header .page-subtitle{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}.new-collections-page .filters-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem;padding:1rem;background:#fff;box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.new-collections-page .filters-section{gap:1rem;align-items:center}}.new-collections-page .filters-section .filters-left .results-count{font-weight:600;color:#495057}.new-collections-page .filters-section .filters-right .sort-select{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .2s ease}.new-collections-page .filters-section .filters-right .sort-select:focus{outline:none;border-color:#a00}.new-collections-page .products-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;justify-items:center}@media (max-width: 768px){.new-collections-page .products-section .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem 0}}.new-collections-page .products-section .products-grid .product-wrapper{position:relative}.new-collections-page .products-section .products-grid .product-wrapper .new-badge{position:absolute;top:0;left:0;background:linear-gradient(45deg,#28a745,#20c997);color:#fff;padding:.3rem .8rem;font-size:.8rem;font-weight:600;z-index:2;box-shadow:0 2px 4px #28a7454d;text-transform:uppercase;letter-spacing:1px}@media screen and (max-width: 768px){.new-collections-page .products-section .products-grid .product-wrapper{margin:0 auto}}.new-collections-page .products-section .loading-state .loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.new-collections-page .products-section .loading-state .loading-grid .loading-card{height:400px;overflow:hidden;position:relative}.new-collections-page .products-section .loading-state .loading-grid .loading-card .loading-shimmer{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}.new-collections-page .products-section .empty-state{text-align:center;padding:4rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a}.new-collections-page .products-section .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;color:#6c757d}.new-collections-page .products-section .empty-state h3{font-size:1.5rem;color:#495057;margin-bottom:1rem}.new-collections-page .products-section .empty-state p{color:#6c757d;margin-bottom:2rem}.new-collections-page .products-section .empty-state .btn-primary{background:#a00;color:#fff;border:none;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.new-collections-page .products-section .empty-state .btn-primary:hover{background:#aa0000c7;transform:translateY(-2px)}.new-collections-page .products-section .error-state{text-align:center;padding:4rem 2rem;background:#fff;box-shadow:0 2px 8px #0000001a}.new-collections-page .products-section .error-state .error-icon{font-size:3rem;margin-bottom:1rem;color:#dc3545}.new-collections-page .products-section .error-state h3{font-size:1.5rem;color:#dc3545;margin-bottom:1rem}.new-collections-page .products-section .error-state p{color:#6c757d;margin-bottom:2rem}.new-collections-page .products-section .error-state .btn-primary{background:#a00;color:#fff;border:none;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.new-collections-page .products-section .error-state .btn-primary:hover{background:#aa0000c7;transform:translateY(-2px)}.new-collections-page .pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.new-collections-page .pagination .pagination-btn{padding:.5rem 1rem;border:2px solid #e9ecef;background:#fff;color:#495057;cursor:pointer;font-weight:500;transition:all .2s ease}.new-collections-page .pagination .pagination-btn:hover:not(:disabled){border-color:#a00;color:#a00}.new-collections-page .pagination .pagination-btn.active{background:#a00;border-color:#a00;color:#fff}.new-collections-page .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.new-collections-page .pagination .pagination-dots{padding:.5rem;color:#6c757d}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.new-collections-page{padding-top:1rem;padding-bottom:2rem}.new-collections-page .page-container{padding:0 .5rem}.new-collections-page .page-header{margin-bottom:.5rem}.new-collections-page .filters-section{margin-bottom:1.5rem;flex-direction:row;align-items:center}}.oauth-callback-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8eef5);padding:20px;position:relative;overflow:hidden}.oauth-callback-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(170,0,0,.03) 1px,transparent 1px);background-size:50px 50px;animation:backgroundMove 20s linear infinite}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.oauth-callback-card{background:#fff;box-shadow:0 20px 60px #0000001a,0 0 0 1px #0000000d;padding:3rem 2.5rem;max-width:440px;width:100%;text-align:center;position:relative;z-index:1;animation:cardEntry .5s cubic-bezier(.34,1.56,.64,1)}@keyframes cardEntry{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.callback-header{margin-bottom:2.5rem}.callback-header .brand-logo{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#a00,#d32f2f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #aa00004d;animation:logoFloat 3s ease-in-out infinite}.callback-header h2{color:#212121;font-size:1.75rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.callback-header .subtitle{color:#757575;font-size:.875rem;margin:0;font-weight:500}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.status-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;position:relative}.callback-error .error-icon{color:#e74c3c;animation:errorShake .5s cubic-bezier(.36,.07,.19,.97)}.callback-error .error-icon svg{filter:drop-shadow(0 4px 12px rgba(231,76,60,.3))}.callback-error h3{color:#e74c3c;font-size:1.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.01em}.callback-error .error-message{color:#616161;margin:0 0 2rem;line-height:1.6;font-size:.9375rem;padding:0 1rem}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.callback-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.callback-actions .btn{padding:.875rem 1.75rem;border:none;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.callback-actions .btn svg{transition:transform .3s ease}.callback-actions .btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.callback-actions .btn:hover:before{width:300px;height:300px}.callback-actions .btn:hover svg{transform:scale(1.1)}.callback-actions .btn-primary{background:linear-gradient(135deg,#a00,#d32f2f);color:#fff;box-shadow:0 4px 12px #aa00004d}.callback-actions .btn-primary:hover{box-shadow:0 6px 20px #a006;transform:translateY(-2px)}.callback-actions .btn-primary:active{transform:translateY(0)}.callback-actions .btn-secondary{background:#fff;color:#212121;border:2px solid #e0e0e0;box-shadow:0 2px 8px #00000014}.callback-actions .btn-secondary:hover{border-color:#a00;color:#a00;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.callback-actions .btn-secondary:active{transform:translateY(0)}.callback-success .success-icon{color:#a00;position:relative}.callback-success .success-icon svg{position:relative;z-index:2;filter:drop-shadow(0 4px 12px rgba(170,0,0,.3))}.callback-success h3{color:#212121;font-size:1.5rem;font-weight:700;margin:0 0 .75rem;letter-spacing:-.01em}.callback-success .status-message{color:#616161;margin:0 0 1.5rem;line-height:1.6;font-size:.9375rem}.progress-bar{width:100%;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden;margin-top:1rem}.progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#a00,#d32f2f,#a00);background-size:200% 100%;border-radius:2px;animation:progressAnimation 1.5s ease-in-out infinite}@keyframes progressAnimation{0%{width:0%;background-position:0% 0%}50%{width:70%;background-position:100% 0%}to{width:100%;background-position:0% 0%}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes checkmarkPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media (max-width: 480px){.oauth-callback-container{padding:1rem}.oauth-callback-card{padding:2rem 1.5rem}.callback-header{margin-bottom:2rem}.callback-header .brand-logo{width:56px;height:56px;margin-bottom:1.25rem}.callback-header h2{font-size:1.5rem}.callback-actions{flex-direction:column}.callback-actions .btn{width:100%;justify-content:center}.status-icon{width:64px;height:64px}.callback-error h3,.callback-success h3{font-size:1.25rem}.callback-error .error-message,.callback-error .status-message,.callback-success .error-message,.callback-success .status-message{font-size:.875rem;padding:0}}.orders-page{max-width:800px;margin:40px auto;padding:24px;background:#fff;box-shadow:0 4px 24px #00000014}.orders-page h1{font-size:2rem;font-weight:700;margin-bottom:32px;color:#1565c0}.orders-list{display:flex;flex-direction:column;gap:24px}.order-card{background:#f8f9fa;padding:24px;box-shadow:0 2px 8px #1565c014;border:1px solid #e0e0e0;margin-bottom:20px}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.order-info{flex:1}.order-info h2{font-size:1.3rem;font-weight:600;margin-bottom:8px;color:#1565c0}.order-info p{margin:4px 0;color:#333;font-size:.9rem}.order-status{font-weight:500;color:#666}.order-total{font-weight:600;color:#28a745;font-size:1.1rem}.order-actions{flex-shrink:0;margin-left:20px;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.view-details-btn{background:#1565c0;color:#fff;border:none;padding:10px 20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:120px;box-shadow:0 2px 4px #1565c033}.view-details-btn:hover{background:#0d47a1;transform:translateY(-1px);box-shadow:0 4px 8px #1565c04d}.view-details-btn:active{transform:translateY(0)}.track-order-btn{background:#ff6f00;color:#fff;border:none;padding:10px 20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:120px;box-shadow:0 2px 4px #ff6f0033;display:flex;align-items:center;justify-content:center;gap:6px}.track-order-btn:before{content:"📦";font-size:1rem}.track-order-btn:hover{background:#e65100;transform:translateY(-1px);box-shadow:0 4px 8px #ff6f004d}.track-order-btn:active{transform:translateY(0)}.order-items{margin-top:16px}.order-items h3{font-size:1.1rem;font-weight:600;margin-bottom:16px;color:#333}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.item-card{display:flex;background:#fff;padding:12px;border:1px solid #e0e0e0;transition:box-shadow .2s}.item-card:hover{box-shadow:0 2px 8px #0000001a}.item-image{flex-shrink:0;margin-right:12px}.product-image{width:60px;height:60px;object-fit:cover;border:1px solid #e0e0e0}.no-image{width:60px;height:60px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#999;border:1px solid #e0e0e0}.item-details{flex:1;min-width:0}.item-details h4{font-size:.95rem;font-weight:600;margin-bottom:4px;color:#333;line-height:1.3}.variant-info{font-size:.8rem;color:#666;margin:2px 0;font-weight:500}.quantity{font-size:.8rem;color:#666;margin:2px 0}.price{font-size:.9rem;font-weight:600;color:#28a745;margin:4px 0 0}.payment-status-page{max-width:500px;margin:60px auto;padding:32px;background:#fff;box-shadow:0 4px 24px #00000014;text-align:center}.payment-status-page.success h1{color:#388e3c}.payment-status-page.failed h1{color:#d32f2f}.payment-status-page button{margin:16px 8px 0;background:#1565c0;color:#fff;border:none;padding:8px 20px;font-size:1rem;cursor:pointer;transition:background .2s}.payment-status-page button:hover{background:#0d47a1}@media (max-width: 768px){.orders-page{margin:20px auto;padding:16px}.order-header{flex-direction:column;gap:16px}.order-actions{margin-left:0;width:100%;flex-direction:row;align-items:stretch}.view-details-btn,.track-order-btn{width:100%;padding:12px 20px;flex:1}.items-grid{grid-template-columns:1fr;gap:12px}.item-card{padding:10px}.product-image,.no-image{width:50px;height:50px}}@media (max-width: 480px){.orders-page h1{font-size:1.5rem}.order-card{padding:16px}.order-info h2{font-size:1.1rem}.items-grid{gap:8px}}.order-confirmation{min-height:100vh;background:#f8f9fa;padding:2rem 1rem}.order-confirmation .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.order-confirmation .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #aa0000;animation:spin 1s linear infinite}.order-confirmation .loading-container p{color:#666;font-size:1.1rem}.order-confirmation .error-container{text-align:center;padding:2rem;background:#fff;box-shadow:0 2px 10px #0000001a;max-width:500px;margin:0 auto}.order-confirmation .error-container h1{color:#dc3545;margin-bottom:1rem}.order-confirmation .error-container p{color:#666;margin-bottom:2rem}.order-confirmation .error-container button{background:#a00;color:#fff;border:none;padding:12px 24px;cursor:pointer;font-size:1rem;transition:background-color .2s}.order-confirmation .error-container button:hover{background:#aa0000c7}.order-confirmation .confirmation-container{max-width:800px;margin:0 auto;background:#fff;box-shadow:0 4px 20px #0000001a;overflow:hidden}.order-confirmation .success-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:3rem 2rem;text-align:center}.order-confirmation .success-header .success-icon{width:80px;height:80px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 1.5rem;animation:bounce .6s ease-in-out}.order-confirmation .success-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.order-confirmation .success-header .success-message{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.order-confirmation .order-details{padding:2rem;border-bottom:1px solid #e9ecef}.order-confirmation .order-details h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.order-confirmation .order-details .order-info{display:grid;gap:1rem}.order-confirmation .order-details .order-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f8f9fa}.order-confirmation .order-details .order-info .info-row .label{font-weight:500;color:#666}.order-confirmation .order-details .order-info .info-row .value{font-weight:600;color:#333}.order-confirmation .order-details .order-info .info-row .status{padding:.25rem .75rem;font-size:.875rem;font-weight:500;text-transform:uppercase}.order-confirmation .order-details .order-info .info-row .status.status-pending{background:#fff3cd;color:#856404}.order-confirmation .order-details .order-info .info-row .status.status-confirmed{background:#d1ecf1;color:#0c5460}.order-confirmation .order-details .order-info .info-row .status.status-shipped{background:#d4edda;color:#155724}.order-confirmation .order-details .order-info .info-row .status.status-delivered{background:#d1ecf1;color:#0c5460}.order-confirmation .order-details .order-info .info-row.total-row{border-top:2px solid #e9ecef;padding-top:1rem;margin-top:.5rem}.order-confirmation .order-details .order-info .info-row.total-row .total-amount{font-size:1.25rem;color:#28a745;font-weight:700}.order-confirmation .order-items{padding:2rem;border-bottom:1px solid #e9ecef}.order-confirmation .order-items h3{color:#333;margin-bottom:1.5rem;font-size:1.25rem}.order-confirmation .order-items .items-list{display:flex;flex-direction:column;gap:1rem}.order-confirmation .order-items .items-list .item-card{background:#f8f9fa;padding:1rem;border:1px solid #e9ecef}.order-confirmation .order-items .items-list .item-card .item-info{display:flex;gap:1rem;align-items:center}.order-confirmation .order-items .items-list .item-card .item-info .item-image{flex-shrink:0}.order-confirmation .order-items .items-list .item-card .item-info .item-image .product-image{width:80px;height:80px;object-fit:cover;border:1px solid #e9ecef}.order-confirmation .order-items .items-list .item-card .item-info .item-details{flex:1}.order-confirmation .order-items .items-list .item-card .item-info .item-details h4{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:600}.order-confirmation .order-items .items-list .item-card .item-info .item-details .variant-info{color:#666;font-size:.85rem;margin:.25rem 0;font-weight:500}.order-confirmation .order-items .items-list .item-card .item-info .item-details p{color:#666;margin:.25rem 0;font-size:.9rem}.order-confirmation .order-items .items-list .item-card .item-info .item-details .item-price{color:#28a745;font-weight:600;font-size:1rem}.order-confirmation .shipping-address{padding:2rem;border-bottom:1px solid #e9ecef}.order-confirmation .shipping-address h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.order-confirmation .shipping-address .address-details{background:#f8f9fa;padding:1rem;border:1px solid #e9ecef}.order-confirmation .shipping-address .address-details p{margin:.25rem 0;color:#666;line-height:1.5}.order-confirmation .action-buttons{padding:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.order-confirmation .action-buttons button{padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:150px}.order-confirmation .action-buttons button.btn-primary{background:#a00;color:#fff;border:none}.order-confirmation .action-buttons button.btn-primary:hover{background:#aa0000c7;transform:translateY(-1px)}.order-confirmation .action-buttons button.btn-secondary{background:#fff;color:#a00;border:2px solid #aa0000}.order-confirmation .action-buttons button.btn-secondary:hover{background:#a00;color:#fff;transform:translateY(-1px)}.order-confirmation .additional-info{padding:2rem;background:#f8f9fa;border-top:1px solid #e9ecef}.order-confirmation .additional-info h3{color:#333;margin-bottom:1rem;font-size:1.25rem}.order-confirmation .additional-info ul{list-style:none;padding:0;margin:0}.order-confirmation .additional-info ul li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.order-confirmation .additional-info ul li:before{content:"•";color:#28a745;font-weight:700;position:absolute;left:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.order-confirmation{padding:1rem .5rem}.order-confirmation .confirmation-container{margin:0}.order-confirmation .success-header{padding:2rem 1rem}.order-confirmation .success-header .success-icon{width:60px;height:60px;font-size:2rem}.order-confirmation .success-header h1{font-size:2rem}.order-confirmation .success-header .success-message{font-size:1rem}.order-confirmation .order-details,.order-confirmation .order-items,.order-confirmation .shipping-address,.order-confirmation .action-buttons,.order-confirmation .additional-info{padding:1.5rem 1rem}.order-confirmation .action-buttons{flex-direction:column}.order-confirmation .action-buttons button{width:100%}}.size-chart-panel{position:fixed;top:0;left:0;width:100%;max-width:600px;height:100vh;background:#fff;z-index:2000;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .6s cubic-bezier(.25,.46,.45,.94),opacity .5s ease-in;display:flex;flex-direction:column;overflow:hidden;opacity:0}.size-chart-panel--open{transform:translate(0);opacity:1}.size-chart-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;flex-shrink:0;opacity:0;transform:translateY(-10px);transition:opacity .4s ease-in .2s,transform .4s ease-out .2s}.size-chart-panel--open .size-chart-panel__header{opacity:1;transform:translateY(0)}@media (max-width: 768px){.size-chart-panel__header{padding:1rem 1.5rem}}.size-chart-panel__title{font-size:1.5rem;font-weight:600;margin:0;color:#333}@media (max-width: 768px){.size-chart-panel__title{font-size:1.25rem}}.size-chart-panel__close{background:none;border:none;font-size:2rem;line-height:1;color:#666;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.size-chart-panel__close:hover{color:#000}.size-chart-panel__content{flex:1;overflow-y:auto;padding:2rem;display:flex;align-items:flex-start;justify-content:center;opacity:0;transform:translateY(20px);transition:opacity .5s ease-in .3s,transform .5s ease-out .3s}.size-chart-panel--open .size-chart-panel__content{opacity:1;transform:translateY(0)}@media (max-width: 768px){.size-chart-panel__content{padding:1rem}}.size-chart-panel__image{max-width:100%;height:auto;display:block;opacity:0;transform:scale(.95);transition:opacity .6s ease-in .4s,transform .6s ease-out .4s}.size-chart-panel--open .size-chart-panel__image{opacity:1;transform:scale(1)}.size-chart-panel__overlay{position:fixed;inset:0;background:#00000080;z-index:1999;opacity:0;transition:opacity .5s ease-in;pointer-events:all;animation:fadeInOverlay .5s ease-in forwards}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.product-detail{min-height:100vh;background-color:#f1f3f6;padding:0}.product-detail__container{max-width:100%;margin:0 auto;background:#fff}.product-detail__breadcrumb{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.75rem;color:#878787;background:#fff}.product-detail__breadcrumb button{background:none;border:none;color:#878787;cursor:pointer;padding:0;font-size:.75rem}.product-detail__breadcrumb button:hover{color:#a00}.product-detail__breadcrumb span{color:#878787}.product-detail__loading,.product-detail__error{text-align:center;padding:4rem 2rem;background:#fff}.product-detail__loading h2,.product-detail__error h2{margin-bottom:1rem;color:#212121}.product-detail__loading button,.product-detail__error button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#ff9f00;color:#fff;border:none;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s}.product-detail__loading button:hover,.product-detail__error button:hover{background-color:#e68a00}.product-detail__main{display:grid;grid-template-columns:60% 1fr;gap:0}@media (max-width: 1024px){.product-detail__main{grid-template-columns:1fr}}.product-detail__gallery{display:flex;flex-direction:column;padding:0 1.5rem;border-right:1px solid #f0f0f0;position:sticky;top:0;height:fit-content}@media (max-width: 1024px){.product-detail__gallery{border-right:none;border-bottom:1px solid #f0f0f0;position:relative;padding-bottom:1.5rem}}.product-detail__slider{margin-bottom:1.5rem}.product-detail__actions{display:flex;gap:1rem}@media (min-width: 1025px){.product-detail__actions--mobile{display:none}}@media (max-width: 768px){.product-detail__actions{flex-direction:column}}.product-detail__add-to-cart-sticky{display:none}@media (min-width: 1025px){.product-detail__add-to-cart-sticky{display:block;border-top:1px solid #f0f0f0;position:sticky;top:70px;background:#fff;z-index:10;margin-top:.5rem;width:100%}.product-detail__add-to-cart-sticky button{width:100%}}.product-detail__btn{flex:1;padding:1.1rem 1.5rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1px}.product-detail__btn:disabled{opacity:.6;cursor:not-allowed}.product-detail__btn--cart{background:#a00;color:#fff;border:2px solid #d1d1d1;box-shadow:0 2px 8px #00000014}.product-detail__btn--cart:hover:not(:disabled){border-color:#a00;color:#fff;box-shadow:0 4px 12px #a003;transform:translateY(-2px)}.product-detail__btn--buy{background:linear-gradient(135deg,#000,#3b3b3b);color:#fff;box-shadow:0 4px 12px #3333334d}.product-detail__btn--buy:hover:not(:disabled){box-shadow:0 6px 20px #ff9f0066;transform:translateY(-2px)}.product-detail__info{padding:0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.product-detail__stock-status{flex-shrink:0}.product-detail__stock-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.875rem;font-weight:600}.product-detail__stock-badge--in-stock{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.product-detail__stock-badge--out{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.product-detail__title{flex:1;font-size:1.5rem;font-weight:500;color:#212121;margin:0;line-height:1.4;letter-spacing:-.02em}.product-detail__fabric-info{font-size:.9375rem;color:#616161;font-weight:500;margin-top:.5rem}.product-detail__fabric-label{color:#212121;font-weight:700}.product-detail__pricing{padding:.5rem 0;border-bottom:1px solid #e0e0e0}.product-detail__price-row{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.product-detail__special-price{font-size:2.25rem;font-weight:700;color:#212121;letter-spacing:-.02em}.product-detail__original-price{font-size:1.25rem;color:#878787;text-decoration:line-through;font-weight:400}.product-detail__discount{display:inline-flex;align-items:center;padding:.375rem .875rem;background:linear-gradient(135deg,#388e3c,#4caf50);color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.3px}.product-detail__offers{padding:1rem 0;border-bottom:1px solid #e0e0e0}.product-detail__offers h3{font-size:.95rem;font-weight:600;color:#212121;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.product-detail__offer-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;color:#212121;padding:.5rem;background:#f8f9fa}.product-detail__offer-item:last-child{margin-bottom:0}.product-detail__offer-tag{flex-shrink:0;background:#e8f5e9;color:#388e3c;padding:.25rem .5rem;font-weight:600;font-size:.75rem;white-space:nowrap}.product-detail__variants{padding:1rem 0;border-bottom:1px solid #f5f5f5}.product-detail__variants:last-of-type{border-bottom:none}.product-detail__variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-detail__variant-header h3{font-size:.95rem;font-weight:600;color:#212121;margin:0;text-transform:uppercase;letter-spacing:.5px}.product-detail__selected-value{font-size:.875rem;font-weight:600;color:#a00;background:#d3b2b233;padding:.35rem .75rem}.product-detail__color-options{display:flex;gap:1rem;flex-wrap:wrap}.product-detail__color-option{width:32px;height:32px;border:2px solid #e0e0e0;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 4px #00000014}.product-detail__color-option:hover{transform:scale(1.15);box-shadow:0 4px 8px #00000026}.product-detail__color-option--selected{border-color:#a00;box-shadow:0 0 0 3px #fff,0 0 0 5px #a00;transform:scale(1.1)}.product-detail__size-options{display:flex;gap:.75rem;flex-wrap:wrap}.product-detail__size-option{min-width:48px;min-height:42px;border:2px solid #d1d1d1;background:#fff;color:#212121;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:center}.product-detail__size-option:hover{border-color:#a00;background:#f8f9ff;color:#a00;transform:translateY(-2px);box-shadow:0 4px 8px #aa000026}.product-detail__size-option--selected{border-color:#a00;background:#a00;color:#fff;font-weight:600;box-shadow:0 4px 12px #aa00004d}.product-detail__size-chart-btn{margin-top:.5rem;background:none;border:none;color:#a00;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;text-decoration:none}.product-detail__size-chart-btn:hover{text-decoration:underline}.product-detail__highlights{padding:.5rem 0;border-bottom:1px solid #e0e0e0}.product-detail__highlights h3{font-size:.95rem;font-weight:600;color:#212121;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.product-detail__highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-detail__highlight-item{display:flex;flex-direction:column;gap:.35rem;padding:.75rem;background:#f8f9fa;border-left:3px solid #aa0000}.product-detail__highlight-label{font-size:.75rem;font-weight:600;color:#757575;text-transform:uppercase;letter-spacing:.5px}.product-detail__highlight-value{font-size:.9rem;font-weight:500;color:#212121}.product-detail__payment{padding:.5rem 0}.product-detail__payment h3{font-size:.95rem;font-weight:700;color:#212121;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.product-detail__payment-grid{display:flex;flex-wrap:wrap;gap:.75rem}.product-detail__payment-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e0e0e0;font-size:.875rem;color:#212121;transition:all .25s cubic-bezier(.4,0,.2,1);flex:0 1 auto;min-width:fit-content}.product-detail__payment-item:hover{border-color:#a00;background:linear-gradient(135deg,#e3f2fd,#fff);transform:translate(4px);box-shadow:0 2px 8px #aa000026}.product-detail__payment-icon{font-size:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#a00}.product-detail__payment-icon svg{width:24px;height:24px}.product-detail__expandable-sections{border-top:1px solid #e0e0e0;padding-top:1rem;margin-top:1rem}.product-detail__expandable{border-bottom:1px solid #e0e0e0}.product-detail__expandable:last-child{border-bottom:none}.product-detail__expandable-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer;font-size:.875rem;font-weight:600;color:#424242;text-transform:uppercase;letter-spacing:.8px;list-style:none;-webkit-user-select:none;user-select:none}.product-detail__expandable-header::-webkit-details-marker{display:none}.product-detail__expandable-header svg{transition:transform .3s ease;color:#757575}details[open] .product-detail__expandable-header svg{transform:rotate(180deg)}.product-detail__expandable-content{padding:0 0 1.25rem;font-size:.875rem;color:#616161;line-height:1.6}.product-detail__expandable-content p{margin:0 0 .75rem}.product-detail__expandable-content p:last-child{margin-bottom:0}.product-detail__expandable-content strong{color:#424242;font-weight:600}.product-detail__expandable-content ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.product-detail__expandable-content ul li{padding-left:1.25rem;position:relative;flex:0 1 auto}.product-detail__expandable-content ul li:before{content:"•";position:absolute;left:0;color:#424242;font-weight:700}.product-detail__description-section{padding:2.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);margin:2rem 1.5rem;box-shadow:0 2px 8px #0000000a}@media (max-width: 768px){.product-detail__description-section{padding:1.5rem 1rem;margin:1.5rem .5rem}}.product-detail__description-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.product-detail__description-header h2{font-size:1.5rem;font-weight:700;color:#212121;margin:0 0 1rem;letter-spacing:-.02em}.product-detail__description-meta{display:flex;gap:2rem;flex-wrap:wrap}.product-detail__meta-item{font-size:.875rem;color:#616161}.product-detail__meta-item strong{color:#212121;font-weight:600}.product-detail__description-content{display:flex;flex-direction:column;gap:2.5rem}.product-detail__info-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.product-detail__info-cards-grid{grid-template-columns:1fr}}.product-detail__description-text p{font-size:1rem;color:#424242;line-height:1.8;white-space:pre-line;background:#fff;padding:1.5rem;border-left:4px solid #aa0000;box-shadow:0 1px 3px #0000000d}.product-detail__info-section{background:#fff;padding:1.5rem;border:1px solid #e0e0e0}.product-detail__section-heading{font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#a00 0% 100%);padding:.75rem 1.25rem;margin:-1.5rem -1.5rem 1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #a003}.product-detail__section-content p{font-size:.95rem;color:#424242;line-height:1.8;margin:0}.product-detail__additional-info h3{font-size:1.125rem;font-weight:700;color:#212121;margin:0 0 1.25rem;text-transform:uppercase;letter-spacing:.5px}.product-detail__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.product-detail__feature-card{display:flex;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e0e0e0;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-detail__feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #aa00001f;border-color:#a00}.product-detail__feature-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#d3b2b233;flex-shrink:0;color:#a00}.product-detail__feature-icon svg{width:32px;height:32px}.product-detail__feature-content{flex:1}.product-detail__feature-content h4{font-size:.95rem;font-weight:600;color:#212121;margin:0 0 .35rem}.product-detail__feature-content p{font-size:.875rem;color:#616161;margin:0;line-height:1.5}.product-detail__care-instructions{background:#fff;padding:1.5rem;border:1px solid #e0e0e0}.product-detail__care-instructions .product-detail__section-heading{font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#a00 0% 100%);padding:.75rem 1.25rem;margin:-1.5rem -1.5rem 1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #a003}.product-detail__care-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem}.product-detail__care-list li{font-size:.9rem;color:#424242;background:#f8f9fa;position:relative;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s;flex:0 1 auto;min-width:fit-content}.product-detail__care-list li:hover{background:#e3f2fd;transform:translate(4px)}.product-detail__care-list li:before{content:"✓";position:absolute;left:1rem;color:#a00;font-weight:700}@media (max-width: 768px){.product-detail__main{padding:1rem 0}.product-detail__gallery,.product-detail__info{padding:0 1rem}.product-detail__header{margin-top:1rem}.product-detail__title{font-size:1.125rem}.product-detail__special-price{font-size:1.5rem}.product-detail__original-price{font-size:1rem}.product-detail__description-section{padding:1rem}}.image-slider{display:flex;flex-direction:column;width:100%;gap:1rem}.image-slider--empty{min-height:300px;display:flex;align-items:center;justify-content:center}.image-slider__placeholder{color:#878787;font-size:.875rem}.image-slider__thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0}.image-slider__thumbnails::-webkit-scrollbar{height:4px}.image-slider__thumbnails::-webkit-scrollbar-thumb{background:#c2c2c2}.image-slider__thumbnails::-webkit-scrollbar-track{background:#f0f0f0}@media (max-width: 768px){.image-slider__thumbnails{justify-content:center}}.image-slider__thumbnail{min-width:60px;width:60px;height:60px;border:2px solid #f0f0f0;cursor:pointer;overflow:hidden;transition:border-color .2s,transform .2s;flex-shrink:0}.image-slider__thumbnail:hover{border-color:#a00;transform:scale(1.05)}.image-slider__thumbnail--active{border-color:#a00}.image-slider__thumbnail img{width:100%;height:100%;object-fit:cover}.image-slider__main{position:relative;width:100%;aspect-ratio:1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-slider__image{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}.image-slider__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:all .2s;z-index:2;color:#212121}.image-slider__nav:hover{background:#fff;box-shadow:0 4px 8px #00000026;transform:translateY(-50%) scale(1.1)}.image-slider__nav:active{transform:translateY(-50%) scale(.95)}.image-slider__nav--prev{left:10px}.image-slider__nav--next{right:10px}@media (max-width: 768px){.image-slider__nav{width:32px;height:32px;font-size:1.2rem}.image-slider__nav--prev{left:5px}.image-slider__nav--next{right:5px}}.image-slider__indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.image-slider__indicator{width:8px;height:8px;background:#fff9;border:none;cursor:pointer;transition:all .2s;padding:0}.image-slider__indicator:hover{background:#fffc;transform:scale(1.2)}.image-slider__indicator--active{background:#fff;width:24px}:root{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-bg: #ffffff;--header-border: #e5e7eb;--header-shadow: rgba(0, 0, 0, .1);--text-primary: #000000;--primary-color: #000000;--text-secondary: #374151;--text-muted: #6b7280;--text-light-gray: #6d6d6d;--text-white: #ffffff;--primary-hover: #ffffff;--text-blue:#0285e8;--hover-bg: #f9fafb;--border-light: #f3f4f6;--accent-red: #f00a0c;--overlay-bg: rgba(0, 0, 0, .5)}.text-xs{font-size:.75rem}.fluid-text-xs{font-size:clamp(.6rem,.4909090909rem + .5454545455vw,.9rem)}.text-sm{font-size:.875rem}.fluid-text-sm{font-size:clamp(.7rem,.5727272727rem + .6363636364vw,1.05rem)}.text-base{font-size:1rem}.fluid-text-base{font-size:clamp(.8rem,.6545454545rem + .7272727273vw,1.2rem)}.text-lg{font-size:1.125rem}.fluid-text-lg{font-size:clamp(.9rem,.7363636364rem + .8181818182vw,1.35rem)}.text-xl{font-size:1.25rem}.fluid-text-xl{font-size:clamp(1rem,.8181818182rem + .9090909091vw,1.5rem)}.text-2xl{font-size:1.5rem}.fluid-text-2xl{font-size:clamp(1.2rem,.9818181818rem + 1.0909090909vw,1.8rem)}.text-3xl{font-size:1.875rem}.fluid-text-3xl{font-size:clamp(1.5rem,1.2272727273rem + 1.3636363636vw,2.25rem)}.text-4xl{font-size:2.25rem}.fluid-text-4xl{font-size:clamp(1.8rem,1.4727272727rem + 1.6363636364vw,2.7rem)}.text-5xl{font-size:3rem}.fluid-text-5xl{font-size:clamp(2.4rem,1.9636363636rem + 2.1818181818vw,3.6rem)}.text-6xl{font-size:3.75rem}.fluid-text-6xl{font-size:clamp(3rem,2.4545454545rem + 2.7272727273vw,4.5rem)}.text-7xl{font-size:4.5rem}.fluid-text-7xl{font-size:clamp(3.6rem,2.9454545455rem + 3.2727272727vw,5.4rem)}.text-8xl{font-size:6rem}.fluid-text-8xl{font-size:clamp(4.8rem,3.9272727273rem + 4.3636363636vw,7.2rem)}.text-9xl{font-size:8rem}.fluid-text-9xl{font-size:clamp(6.4rem,5.2363636364rem + 5.8181818182vw,9.6rem)}.h1-fluid{font-size:clamp(2rem,1.4545454545rem + 2.7272727273vw,3.5rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.h2-fluid{font-size:clamp(1.75rem,1.2954545455rem + 2.2727272727vw,3rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.h3-fluid{font-size:clamp(1.5rem,1.1363636364rem + 1.8181818182vw,2.5rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.h4-fluid{font-size:clamp(1.25rem,.9772727273rem + 1.3636363636vw,2rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.h5-fluid{font-size:clamp(1.125rem,.9886363636rem + .6818181818vw,1.5rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.h6-fluid{font-size:clamp(1rem,.9090909091rem + .4545454545vw,1.25rem);font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;line-height:1.2}.content-page{min-height:60vh;padding:4rem 2rem;background:#fff}.content-page__container{max-width:1200px;margin:0 auto}.content-page__title{font-size:1.25rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;color:#2a2a2a;margin:0 0 2rem;text-align:center}@media (min-width: 768px){.content-page__title{font-size:1.5rem}}@media (min-width: 1200px){.content-page__title{font-size:1.65rem}}@media (max-width: 768px){.content-page__title{font-size:1.125rem;margin-bottom:1.5rem}}@media (max-width: 768px) and (min-width: 768px){.content-page__title{font-size:1.35rem}}@media (max-width: 768px) and (min-width: 1200px){.content-page__title{font-size:1.485rem}}.content-page__content{font-size:.875rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#333;line-height:1.8}@media (min-width: 768px){.content-page__content{font-size:.9625rem}}@media (min-width: 1200px){.content-page__content{font-size:1.05875rem}}.content-page__content h2{font-size:1.125rem;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#2a2a2a;margin:2rem 0 1rem}@media (min-width: 768px){.content-page__content h2{font-size:1.35rem}}@media (min-width: 1200px){.content-page__content h2{font-size:1.485rem}}@media (max-width: 768px){.content-page__content h2{margin:1.5rem 0 .75rem}}.content-page__content h3{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#2a2a2a;margin:1.5rem 0 .75rem}@media (max-width: 768px){.content-page__content h3{font-size:.875rem}}@media (max-width: 768px) and (min-width: 768px){.content-page__content h3{font-size:1.05rem}}@media (max-width: 768px) and (min-width: 1200px){.content-page__content h3{font-size:1.155rem}}.content-page__content p{margin:0 0 1rem}.content-page__content ul,.content-page__content ol{margin:1rem 0;padding-left:2rem}.content-page__content ul li,.content-page__content ol li{margin-bottom:.5rem}.content-page__content a{color:#2a2a2a;text-decoration:underline;transition:color .3s ease}.content-page__content a:hover{color:#555}.content-page__content strong{font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:600;color:#2a2a2a}@media (max-width: 768px){.content-page__content{font-size:.75rem;line-height:1.6}}@media (max-width: 768px) and (min-width: 768px){.content-page__content{font-size:.825rem}}@media (max-width: 768px) and (min-width: 1200px){.content-page__content{font-size:.9075rem}}
