@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Urbanist:wght@600;700;800&display=swap";.admin-sidebar{color:#fff;background:#111;border-right:2px solid #111;flex-direction:column;height:100vh;padding:25px 18px;display:flex;position:sticky;top:0}.admin-sidebar-brand{border-bottom:1px solid #444;align-items:center;gap:12px;padding-bottom:25px;display:flex}.admin-brand-logo{color:#111;background:#ff69b4;border:2px solid #fff;border-radius:50%;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:18px;font-weight:900;display:flex}.admin-sidebar-brand h2{color:#fff;margin:0;font-size:20px}.admin-sidebar-brand p{color:#bbb;margin:3px 0 0;font-size:12px}.admin-sidebar-menu{gap:10px;margin-top:28px;display:grid}.admin-sidebar-link{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:2px solid #0000;align-items:center;gap:11px;padding:13px 14px;font-weight:800;display:flex}.admin-sidebar-link:hover,.admin-sidebar-link.active{color:#111;background:#ff69b4;border-color:#fff}.admin-sidebar-bottom{gap:10px;margin-top:auto;display:grid}.admin-store-link,.admin-logout-link{color:#fff;border:2px solid #777;align-items:center;gap:11px;width:100%;padding:13px 14px;font-weight:800;text-decoration:none;display:flex}.admin-store-link:hover{color:#111;background:#fff;border-color:#fff}.admin-logout-link{color:#111;background:#ff69b4;border-color:#ff69b4}.admin-main{min-width:0;padding:35px}.admin-header{background:#fff;border:2px solid #111;justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px;padding:24px 27px;display:flex;box-shadow:7px 7px #d9a9ff}.admin-header p,.admin-section-heading p,.admin-product-form-heading p{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.admin-header h1{margin:0;font-size:clamp(27px,4vw,45px);line-height:1}.admin-profile{align-items:center;gap:11px;display:flex}.admin-profile>div{background:#ff69b4;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:900;display:flex}.admin-profile span{display:grid}.admin-profile strong{font-size:14px}.admin-profile small{color:#777;font-size:12px}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.admin-stat-card{background:#fff;border:2px solid #111;padding:24px;box-shadow:6px 6px #ff69b4}.admin-stat-card>div{background:#d9a9ff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:20px;display:flex}.admin-stat-card span{color:#666;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.admin-stat-card strong{margin-top:7px;font-size:34px;display:block}.admin-welcome-card{background:linear-gradient(135deg,#ffd9ec,#ff79be);border:2px solid #111;justify-content:space-between;align-items:center;gap:30px;margin-top:35px;padding:38px;display:flex;box-shadow:9px 9px #111}.admin-welcome-card p{letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.admin-welcome-card h2{margin:0;font-size:clamp(34px,5vw,58px)}.admin-welcome-card span{max-width:600px;margin-top:12px;display:block}.admin-welcome-card button{color:#fff;cursor:pointer;background:#111;border:2px solid #111;justify-content:center;align-items:center;gap:8px;padding:13px 18px;font-weight:900;display:inline-flex;box-shadow:5px 5px #d9a9ff}.admin-recent-products{margin-top:45px}.admin-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:24px;display:flex}.admin-section-heading h2{margin:0;font-size:29px}.admin-section-heading button{cursor:pointer;background:#fff;border:2px solid #111;padding:10px 15px;font-weight:900}.admin-recent-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.admin-recent-grid article{background:#fff;border:2px solid #111;overflow:hidden;box-shadow:6px 6px #d9a9ff}.admin-recent-grid img{aspect-ratio:1;object-fit:cover;border-bottom:2px solid #111;width:100%;display:block}.admin-recent-grid article>div{padding:16px}.admin-recent-grid p{color:#777;text-transform:uppercase;margin:0 0 5px;font-size:10px;font-weight:900}.admin-recent-grid h3{margin:0 0 10px;font-size:15px}.admin-products-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.admin-product-search{background:#fff;border:2px solid #111;align-items:center;gap:10px;width:min(430px,100%);padding:0 14px;display:flex}.admin-product-search input{width:100%;font:inherit;background:0 0;border:0;outline:none;padding:13px 0}.admin-product-actions{gap:12px;display:flex}.admin-reset-button,.admin-add-product-button{cursor:pointer;border:2px solid #111;padding:12px 15px;font-weight:900}.admin-reset-button{background:#fff}.admin-add-product-button{color:#fff;background:#111;justify-content:center;align-items:center;gap:8px;display:inline-flex;box-shadow:5px 5px #ff69b4}.admin-product-count{margin-bottom:15px;font-size:13px;font-weight:800}.admin-products-table-wrapper{background:#fff;border:2px solid #111;overflow-x:auto;box-shadow:8px 8px #d9a9ff}.admin-products-table{border-collapse:collapse;width:100%;min-width:850px}.admin-products-table th,.admin-products-table td{text-align:left;border-bottom:1px solid #ddd;padding:15px;font-size:13px}.admin-products-table th{color:#fff;text-transform:uppercase;background:#111;font-size:11px}.admin-table-product{align-items:center;gap:12px;font-weight:800;display:flex}.admin-table-product img{object-fit:cover;border:2px solid #111;width:55px;height:60px}.admin-table-actions{gap:8px;display:flex}.admin-table-actions button{cursor:pointer;border:2px solid #111;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.admin-edit-button{background:#d9a9ff}.admin-delete-button{background:#ffd5df}.admin-empty-products,.admin-placeholder-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:380px;padding:55px 25px;display:flex}.admin-placeholder-page{background:#fff;border:2px solid #111;box-shadow:8px 8px #ff69b4}.admin-placeholder-page h2,.admin-empty-products h2{margin:20px 0 8px;font-size:32px}.admin-placeholder-page p,.admin-empty-products p{color:#666;max-width:520px}.admin-product-modal{z-index:20000;justify-content:center;align-items:center;padding:40px 18px;display:flex;position:fixed;inset:0}.admin-modal-overlay{background:#111111bf;border:0;position:absolute;inset:0}.admin-product-form-card{z-index:1;background:#fffafb;border:2px solid #111;width:min(720px,100%);max-height:calc(100vh - 60px);padding:30px;position:relative;overflow-y:auto;box-shadow:12px 12px #ff69b4}.admin-product-form-heading{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.admin-product-form-heading h2{margin:0;font-size:35px}.admin-product-form-heading>button{cursor:pointer;background:#fff;border:2px solid #111;justify-content:center;align-items:center;width:41px;height:41px;display:flex}.admin-product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.admin-form-full{grid-column:1/-1}.admin-form-field label{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.admin-form-field input,.admin-form-field textarea,.admin-form-field select{width:100%;font:inherit;background:#fff;border:2px solid #111;outline:none;padding:13px}.admin-form-field textarea{resize:vertical;min-height:110px}.admin-form-field input:focus,.admin-form-field textarea:focus,.admin-form-field select:focus{box-shadow:4px 4px #ff69b4}.admin-image-preview{gap:10px;margin-top:22px;display:grid}.admin-image-preview span{text-transform:uppercase;font-size:12px;font-weight:900}.admin-image-preview img{object-fit:cover;border:2px solid #111;width:130px;height:140px}.admin-form-message{background:#ffd9e3;border:2px solid #111;margin-top:20px;padding:13px;font-weight:800}.admin-form-buttons{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.admin-form-buttons button{cursor:pointer;border:2px solid #111;padding:13px 18px;font-weight:900}.admin-form-buttons button:first-child{background:#fff}.admin-form-buttons button:last-child{background:#ff69b4;box-shadow:4px 4px #111}.admin-sidebar-link,.admin-store-link,.admin-logout-link,.admin-welcome-card button,.admin-add-product-button,.admin-reset-button,.admin-section-heading button,.admin-table-actions button,.admin-form-buttons button{transition:transform .2s,box-shadow .2s,background .2s}.admin-welcome-card button:hover,.admin-add-product-button:hover,.admin-form-buttons button:last-child:hover{transform:translate(3px,3px);box-shadow:2px 2px #111}@media (width<=1050px){.admin-stat-grid,.admin-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.admin-page{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.admin-sidebar-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sidebar-bottom{margin-top:25px}.admin-main{padding:20px 14px 55px}.admin-header,.admin-welcome-card,.admin-products-toolbar{flex-direction:column;align-items:flex-start}.admin-product-actions{flex-wrap:wrap;width:100%}.admin-product-search{width:100%}}@media (width<=560px){.admin-stat-grid,.admin-recent-grid,.admin-product-form-grid{grid-template-columns:1fr}.admin-form-full{grid-column:auto}.admin-sidebar-menu{grid-template-columns:1fr}.admin-profile span{display:none}.admin-header{padding:20px}.admin-welcome-card{padding:25px}.admin-product-form-card{padding:21px}.admin-form-buttons{flex-direction:column}.admin-form-buttons button,.admin-product-actions button{width:100%}}.admin-orders-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:25px;display:flex}.admin-order-filter{color:#111;min-width:190px;font:inherit;background:#fff;border:2px solid #111;outline:none;padding:13px;font-weight:800}.admin-order-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:30px;display:grid}.admin-order-summary-grid article{background:#fff;border:2px solid #111;gap:8px;padding:20px;display:grid;box-shadow:5px 5px #ff69b4}.admin-order-summary-grid article svg{margin-bottom:7px}.admin-order-summary-grid article span{color:#666;text-transform:uppercase;font-size:11px;font-weight:900}.admin-order-summary-grid article strong{font-size:29px}.admin-order-date{color:#777;margin-top:5px;font-size:10px;display:block}.admin-order-status{color:#111;min-width:125px;font:inherit;border:2px solid #111;outline:none;padding:8px 10px;font-size:11px;font-weight:900}.admin-order-status-pending{background:#fff1ad}.admin-order-status-processing{background:#d9a9ff}.admin-order-status-shipped{background:#bde5ff}.admin-order-status-delivered{background:#bcf5cc}.admin-order-status-cancelled{background:#ffd0d8}.admin-view-order-button{background:#bde5ff}.admin-order-details-card{width:min(780px,100%)}.admin-order-status-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px;display:flex}.admin-order-status-badge{text-transform:uppercase;border:2px solid #111;align-items:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.admin-order-customer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.admin-order-customer-grid article,.admin-order-address,.admin-order-payment-summary{background:#fff;border:2px solid #111;padding:17px}.admin-order-customer-grid span,.admin-order-address>span,.admin-order-payment-summary span{color:#777;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.admin-order-customer-grid strong{overflow-wrap:anywhere;margin-top:5px;display:block}.admin-order-address{margin-top:15px}.admin-order-address p{margin:7px 0 0;line-height:1.7}.admin-order-items{margin-top:25px}.admin-order-items h3{margin-bottom:12px}.admin-order-items article{border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.admin-order-items article div{display:grid}.admin-order-items small{color:#777;margin-top:4px}.admin-order-payment-summary{justify-content:space-between;gap:25px;margin-top:25px;display:flex}.admin-order-payment-summary>div:last-child{text-align:right}.admin-order-payment-summary strong{margin-top:6px;display:block}.admin-order-modal-actions{margin-top:25px}.admin-order-modal-actions label{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.admin-order-modal-actions select{color:#111;width:100%;font:inherit;background:#fff;border:2px solid #111;outline:none;padding:13px;font-weight:800}.admin-messages-section .admin-product-count{background:#fff;border:2px solid #111;margin:0;padding:12px 15px;box-shadow:4px 4px #ff69b4}.admin-messages-section .admin-products-table td strong{display:block}.admin-messages-section .admin-view-order-button{background:#d9a9ff}button.admin-logout-link{font:inherit;text-align:left;cursor:pointer}@media (width<=900px){.admin-order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.admin-orders-toolbar{flex-direction:column;align-items:stretch}.admin-order-filter{width:100%}.admin-messages-section .admin-products-toolbar{align-items:stretch}.admin-messages-section .admin-product-count{width:100%}}@media (width<=600px){.admin-order-status-heading,.admin-order-payment-summary{flex-direction:column;align-items:stretch}.admin-order-summary-grid,.admin-order-customer-grid{grid-template-columns:1fr}.admin-order-payment-summary>div:last-child{text-align:left}.admin-order-items article{flex-direction:column;align-items:flex-start}}.admin-variants-section{background:#fafafa;border:2px solid #111;margin-top:8px;padding:18px}.admin-variants-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.admin-variants-heading label{margin-bottom:4px;font-weight:900;display:block}.admin-variants-heading small{color:#777;font-size:12px}.admin-add-variant-button{cursor:pointer;background:#d9a9ff;border:2px solid #111;align-items:center;gap:6px;padding:10px 13px;font-weight:900;display:inline-flex}.admin-variants-empty{color:#777;border:1px dashed #999;padding:14px;font-size:13px}.admin-variants-list{gap:12px;display:grid}.admin-variant-card{background:#fff;border:1px solid #ddd;grid-template-columns:34px minmax(160px,1.3fr) 100px minmax(170px,1fr) 38px;align-items:end;gap:12px;padding:14px;display:grid;position:relative}.admin-variant-number{background:#ff69b4;border:2px solid #111;justify-content:center;align-items:center;width:30px;height:30px;font-weight:900;display:flex}.admin-variant-image-field .admin-image-upload-button{min-height:42px;padding:9px 10px;font-size:11px}.admin-variant-preview{object-fit:cover;border:2px solid #111;width:48px;height:48px;margin-top:7px;display:block}.admin-variant-remove{cursor:pointer;background:#fff;border:2px solid #111;justify-content:center;align-items:center;width:38px;height:38px;display:flex}@media (width<=800px){.admin-variants-heading{flex-direction:column;align-items:flex-start}.admin-variant-card{grid-template-columns:1fr}.admin-variant-number{margin-bottom:-4px}.admin-variant-remove{width:100%}}:root{color:#000;--black:#000;--white:#fff;--pink:#ff69ae;--medium-pink:#fd8bbf;--light-pink:#fff0f7;--soft-pink:#fff7fb;--lavender:#dfbdfe;--purple:#c789ff;--light-gray:#eaeaea;--border-gray:#d7d7d7;--dark-gray:#555;--heading-font:"Urbanist", sans-serif;--body-font:"Instrument Sans", sans-serif;--page-padding:20px;--section-spacing:80px;--header-height:76px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Instrument Sans,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);min-width:320px;min-height:100vh;color:var(--black);font-family:var(--body-font);margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--purple);outline-offset:3px}img,picture,video,canvas,svg{max-width:100%;display:block}img{width:100%;height:auto}ul,ol{margin:0;padding:0;list-style:none}.home-hero{background:#f7a6d7;width:100%;overflow:hidden}.home-hero-image{object-fit:cover;width:100%;height:auto;display:block}@media (width>=1200px){.home-hero-image{max-height:610px}}@media (width<=768px){.home-hero{min-height:420px}.home-hero-image{object-fit:cover;object-position:center;min-height:420px}}.container,.section-container,.page-container{width:min(1500px,100%);padding-inline:var(--page-padding);margin-inline:auto}.page-container{min-height:65vh;padding-top:70px;padding-bottom:90px}.page-container h1{font-family:var(--heading-font);text-transform:uppercase;margin-bottom:35px;font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1}.announcement-bar{z-index:1100;background:var(--pink);width:100%;min-height:35px;color:var(--black);border-bottom:2px solid var(--black);text-align:center;justify-content:center;align-items:center;padding:7px 20px;font-size:13px;line-height:1.4;display:flex;position:relative}.announcement-bar p{margin:0}.site-header{z-index:1000;background:var(--white);width:100%;color:var(--black);border-bottom:2px solid var(--black);position:sticky;top:0}.header-container{width:100%;min-height:var(--header-height);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:8px 22px;display:grid;position:relative}.header-left{justify-content:flex-start;align-items:center;min-width:0;display:flex}.desktop-navigation{align-items:center;gap:25px;display:flex}.desktop-navigation>a,.shop-menu-button{min-height:60px;color:var(--black);font-family:var(--heading-font);letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:13px;font-weight:700;line-height:1;display:inline-flex;position:relative}.desktop-navigation>a:after,.shop-menu-button:after{content:"";background:var(--pink);width:0;height:2px;transition:width .2s;position:absolute;bottom:13px;left:0}.desktop-navigation>a:hover:after,.shop-menu-button:hover:after{width:100%}.desktop-shop-menu{align-items:center;display:flex}.shop-menu-button svg,.mobile-dropdown-button svg,.mobile-sub-dropdown-button svg{transition:transform .2s}.rotate-chevron{transform:rotate(180deg)}.header-logo-link{justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-logo{object-fit:contain;width:58px;height:58px;display:block}.header-brand-text{font-family:var(--heading-font);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;font-size:24px;font-weight:800}.header-utilities{justify-content:flex-end;align-items:center;gap:5px;min-width:0;display:flex}.header-icon,.mobile-menu-button{width:43px;height:43px;color:var(--black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s,transform .2s;display:inline-flex;position:relative}.header-icon:hover,.mobile-menu-button:hover{color:var(--pink);transform:translateY(-1px)}.header-cart-count{border:1.5px solid var(--black);background:var(--pink);min-width:18px;height:18px;color:var(--black);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:0;right:-1px}.mobile-menu-button{display:none}.mega-menu{z-index:1002;background:var(--white);border-bottom:2px solid var(--black);width:100%;max-height:calc(100vh - 110px);animation:.2s openMegaMenu;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 12px 30px #0000001a}@keyframes openMegaMenu{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mega-menu-inner{grid-template-columns:1.4fr repeat(4,1fr);gap:20px 35px;width:min(1500px,100%);margin:0 auto;padding:38px 28px 45px;display:grid}.mega-menu-column{flex-direction:column;gap:13px;display:flex}.mega-menu-column h3,.mega-menu-column>a{color:var(--black);font-family:var(--heading-font);text-transform:uppercase;margin:0;font-size:14px;font-weight:700}.mega-menu-column>a{transition:color .2s}.mega-menu-column>a:hover{color:var(--pink)}.jewellery-column{grid-row:span 2}.jewellery-column h3{margin-bottom:4px;font-size:17px}.jewellery-column a{font-family:var(--body-font);text-transform:none;font-size:14px;font-weight:400}.mega-menu-overlay{z-index:990;cursor:default;background:#00000052;border:none;padding:0;position:fixed;inset:0}.header-search-panel{z-index:1004;background:var(--white);border-bottom:2px solid var(--black);width:100%;padding:22px;position:absolute;top:100%;left:0;box-shadow:0 12px 30px #0000001a}.header-search-form{border:2px solid var(--black);background:var(--white);width:min(760px,100%);min-height:53px;box-shadow:6px 6px 0 var(--pink);align-items:center;gap:12px;margin:0 auto;padding:0 14px;display:flex}.header-search-form input{width:100%;color:var(--black);background:0 0;border:none;outline:none;flex:1;padding:13px 0;font-size:16px}.header-search-form input::placeholder{color:var(--dark-gray)}.header-search-form button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.mobile-menu-overlay{z-index:1998;background:#0000007a;animation:.2s showOverlay;position:fixed;inset:0}@keyframes showOverlay{0%{opacity:0}to{opacity:1}}.mobile-menu{z-index:1999;background:var(--white);border-right:2px solid var(--black);width:min(410px,90vw);height:100vh;box-shadow:14px 0 0 var(--pink);padding-bottom:35px;animation:.25s openMobileMenu;position:fixed;top:0;left:0;overflow-y:auto}@keyframes openMobileMenu{0%{transform:translate(-105%)}to{transform:translate(0)}}.mobile-menu-header{border-bottom:2px solid var(--black);justify-content:space-between;align-items:center;min-height:72px;padding:14px 20px;display:flex}.mobile-menu-header h2{font-family:var(--heading-font);text-transform:uppercase;margin:0;font-size:21px;font-weight:700}.mobile-menu-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex}.mobile-navigation{flex-direction:column;display:flex}.mobile-navigation>a,.mobile-dropdown-button{border:none;border-bottom:1px solid var(--border-gray);background:var(--white);width:100%;min-height:58px;color:var(--black);font-family:var(--heading-font);text-align:left;text-transform:uppercase;cursor:pointer;justify-content:space-between;align-items:center;padding:15px 21px;font-size:15px;font-weight:700;display:flex}.mobile-navigation>a:hover,.mobile-dropdown-button:hover{background:var(--light-pink)}.mobile-dropdown-content{background:var(--soft-pink);border-bottom:1px solid var(--border-gray);padding:5px 0 10px}.mobile-dropdown-content>a,.mobile-submenu a{min-height:45px;color:var(--black);align-items:center;padding:11px 30px;font-size:14px;display:flex}.mobile-dropdown-content>a:hover,.mobile-submenu a:hover{background:var(--lavender)}.mobile-sub-dropdown-button{width:100%;min-height:48px;color:var(--black);font-family:var(--heading-font);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 29px;font-size:15px;font-weight:700;display:flex}.mobile-submenu{padding-bottom:7px}.mobile-submenu a{padding-left:48px;font-size:13px}.mobile-account-links{flex-wrap:wrap;gap:11px 18px;padding:23px 21px 10px;display:flex}.mobile-account-links button{color:var(--black);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.mobile-search-form{border:2px solid var(--black);background:var(--white);min-height:50px;box-shadow:5px 5px 0 var(--pink);align-items:center;margin:17px 21px 0;padding:0 12px;display:flex}.mobile-search-form input{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 0;font-size:15px}.mobile-search-form button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex}.hero-section{background:var(--light-pink);border-bottom:2px solid var(--black);grid-template-columns:1fr 1fr;align-items:center;gap:50px;min-height:570px;padding:60px max(20px,6vw);display:grid}.hero-content{max-width:650px}.hero-label{background:var(--lavender);border:2px solid var(--black);box-shadow:5px 5px 0 var(--black);font-family:var(--heading-font);text-transform:uppercase;margin-bottom:18px;padding:7px 13px;font-weight:700;display:inline-block}.hero-content h1{font-family:var(--heading-font);text-transform:uppercase;margin:0 0 20px;font-size:clamp(42px,6vw,78px);font-weight:800;line-height:.95}.hero-content p{max-width:540px;margin-bottom:30px;font-size:18px;line-height:1.7}.hero-image-placeholder,.hero-image-wrapper{background:var(--white);border:2px solid var(--black);min-height:430px;box-shadow:15px 15px 0 var(--black);font-family:var(--heading-font);text-transform:uppercase;border-radius:6px;place-items:center;font-size:24px;font-weight:700;display:grid;overflow:hidden}.hero-image-wrapper img{object-fit:cover;width:100%;height:100%;min-height:430px;transition:transform .5s}.hero-image-wrapper:hover img{transform:scale(1.05)}.primary-button,.secondary-button,.product-button,.submit-button{border:2px solid var(--black);background:var(--pink);min-height:48px;color:var(--black);box-shadow:6px 6px 0 var(--black);font-family:var(--heading-font);text-align:center;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:13px 25px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.primary-button:hover,.secondary-button:hover,.product-button:hover,.submit-button:hover{box-shadow:3px 3px 0 var(--black);transform:translate(3px,3px)}.secondary-button{background:var(--lavender)}.outline-button{border:2px solid var(--black);background:var(--white);min-height:48px;box-shadow:6px 6px 0 var(--pink);font-family:var(--heading-font);text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;padding:13px 25px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.outline-button:hover{box-shadow:3px 3px 0 var(--pink);transform:translate(3px,3px)}.home-section,.collection-section,.products-section,.reviews-section,.faq-section,.newsletter-section,.instagram-section{padding:var(--section-spacing) var(--page-padding)}.section-heading{font-family:var(--heading-font);text-align:center;text-transform:uppercase;margin:0 0 45px;font-size:clamp(34px,5vw,62px);font-weight:800;line-height:1}.section-description{text-align:center;width:min(700px,100%);margin:-25px auto 45px;font-size:17px;line-height:1.7}.collection-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:35px 28px;width:min(1500px,100%);margin:0 auto;display:grid}.collection-card{min-width:0;color:var(--black);text-align:center}.collection-card-image,.collection-image-placeholder{aspect-ratio:1;background:var(--light-pink);border:2px solid var(--black);width:100%;box-shadow:10px 10px 0 var(--black);border-radius:6px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.collection-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.collection-card:hover .collection-card-image,.collection-card:hover .collection-image-placeholder{box-shadow:7px 7px 0 var(--black);transform:rotate(-2deg)scale(1.01)}.collection-card:hover .collection-card-image img{transform:scale(1.08)}.collection-card h3{font-family:var(--heading-font);text-transform:uppercase;margin:23px 0 0;font-size:17px;font-weight:700;line-height:1.25}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:35px 28px;width:min(1500px,100%);margin:0 auto;display:grid}.product-card{min-width:0;position:relative}.product-card-inner{background:var(--white);border:2px solid var(--black);height:100%;box-shadow:10px 10px 0 var(--black);flex-direction:column;display:flex}.product-image{aspect-ratio:1;background:var(--light-pink);border-bottom:2px solid var(--black);width:100%;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.product-card:hover .product-image img{transform:scale(1.08)}.product-badge{z-index:2;background:var(--pink);border:2px solid var(--black);font-family:var(--heading-font);text-transform:uppercase;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.product-content{flex-direction:column;flex:1;padding:18px;display:flex}.product-title{font-family:var(--heading-font);text-transform:uppercase;margin:0 0 10px;font-size:16px;font-weight:700;line-height:1.35}.product-price{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-size:15px;font-weight:700;display:flex}.product-compare-price{color:#777;text-decoration:line-through}.product-sale-price{color:#d8005f}.product-card .product-button{width:100%;margin-top:auto}.product-slider{scrollbar-width:thin;scrollbar-color:var(--pink) var(--light-pink);width:100%;overflow:auto visible}.product-slider::-webkit-scrollbar{height:8px}.product-slider::-webkit-scrollbar-track{background:var(--light-pink)}.product-slider::-webkit-scrollbar-thumb{background:var(--pink);border:1px solid var(--black)}.product-slider-track{gap:26px;width:max-content;padding:10px 15px 20px;display:flex}.product-slider .product-card{flex:0 0 310px;width:310px}.reviews-section{background:var(--lavender);border-top:2px solid var(--black);border-bottom:2px solid var(--black)}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:min(1400px,100%);margin:0 auto;display:grid}.review-card{background:var(--white);border:2px solid var(--black);height:100%;box-shadow:9px 9px 0 var(--black);text-align:center;padding:28px}.review-stars{color:var(--pink);letter-spacing:3px;margin-bottom:15px;font-size:20px}.review-text{margin-bottom:20px;font-size:16px;line-height:1.7}.review-name{font-family:var(--heading-font);text-transform:uppercase;margin:0;font-size:15px;font-weight:700}.faq-container{width:min(950px,100%);margin:0 auto}.faq-item{border-bottom:2px solid var(--black)}.faq-question{width:100%;min-height:70px;color:var(--black);font-family:var(--heading-font);text-align:left;text-transform:uppercase;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;font-size:17px;font-weight:700;display:flex}.faq-answer{padding:0 45px 22px 0;font-size:16px;line-height:1.7}.newsletter-section{background:var(--light-pink);border-top:2px solid var(--black)}.newsletter-container{text-align:center;width:min(800px,100%);margin:0 auto}.newsletter-form{gap:12px;width:min(650px,100%);margin:30px auto 0;display:flex}.newsletter-form input{border:2px solid var(--black);background:var(--white);min-width:0;min-height:52px;box-shadow:5px 5px 0 var(--lavender);outline:none;flex:1;padding:13px 16px;font-size:16px}.newsletter-form button{min-width:150px}.form-container{width:min(850px,100%);margin:0 auto}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{font-family:var(--heading-font);text-transform:uppercase;font-size:13px;font-weight:700}.form-group input,.form-group textarea,.form-group select{border:2px solid var(--black);background:var(--white);width:100%;min-height:50px;color:var(--black);outline:none;padding:12px 14px;font-size:15px}.form-group textarea{resize:vertical;min-height:140px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{box-shadow:5px 5px 0 var(--pink)}.site-footer{padding:65px var(--page-padding) 25px;background:var(--pink);color:var(--black);border-top:2px solid var(--black);position:relative}.footer-container{grid-template-columns:1.4fr repeat(3,1fr);gap:45px;width:min(1450px,100%);margin:0 auto;display:grid}.footer-brand h2{font-family:var(--heading-font);text-transform:uppercase;margin:0 0 18px;font-size:38px;font-weight:800;line-height:1}.footer-brand p{max-width:390px;font-size:15px;line-height:1.7}.footer-socials{align-items:center;gap:12px;margin-top:22px;display:flex}.footer-socials a{border:2px solid var(--black);background:var(--white);width:42px;height:42px;box-shadow:4px 4px 0 var(--black);justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:inline-flex}.footer-socials a:hover{box-shadow:2px 2px 0 var(--black);transform:translate(2px,2px)}.footer-column h3{font-family:var(--heading-font);text-transform:uppercase;margin:0 0 10px;font-size:17px;font-weight:800}.footer-column a{font-size:14px;position:relative}.footer-column a:after{content:"";background:var(--black);width:0;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.footer-column a:hover:after{width:100%}.footer-column p{margin:0;font-size:14px;line-height:1.6}.footer-contact{align-items:center;gap:8px;display:flex}.footer-contact svg{flex:none}.footer-bottom{border-top:2px solid var(--black);justify-content:space-between;align-items:center;gap:20px;width:min(1450px,100%);margin:45px auto 0;padding-top:20px;font-size:13px;display:flex}.footer-bottom p{margin:0}@media (width<=1180px){.desktop-navigation{gap:16px}.desktop-navigation>a,.shop-menu-button{font-size:12px}.mega-menu-inner,.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=990px){.header-container{grid-template-columns:1fr auto 1fr;min-height:65px;padding:5px 13px}.desktop-navigation{display:none}.mobile-menu-button{display:inline-flex}.header-logo{width:51px;height:51px}.header-utilities{gap:0}.header-icon{width:39px;height:39px}.account-icon,.mega-menu{display:none}.header-search-panel{padding:15px}.header-search-form{min-height:49px;box-shadow:4px 4px 0 var(--pink)}.hero-section{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reviews-grid{grid-template-columns:1fr}}@media (width<=760px){:root{--page-padding:16px;--section-spacing:58px}.announcement-bar{min-height:31px;padding:6px 14px;font-size:12px}.hero-section{gap:38px;min-height:auto;padding:45px 20px 60px}.hero-content h1{font-size:45px}.hero-content p{font-size:16px}.hero-image-placeholder,.hero-image-wrapper,.hero-image-wrapper img{min-height:330px}.hero-image-placeholder,.hero-image-wrapper{box-shadow:9px 9px 0 var(--black)}.section-heading{margin-bottom:35px;font-size:38px}.section-description{margin-top:-18px;font-size:15px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.collection-card-image,.collection-image-placeholder{box-shadow:7px 7px 0 var(--black)}.collection-card h3{margin-top:18px;font-size:13px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.product-card-inner{box-shadow:7px 7px 0 var(--black)}.product-content{padding:13px}.product-title,.product-price{font-size:13px}.product-slider .product-card{flex-basis:255px;width:255px}.reviews-grid{gap:22px}.review-card{box-shadow:7px 7px 0 var(--black);padding:23px}.faq-question{min-height:62px;font-size:14px}.faq-answer{padding-right:20px;font-size:14px}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}.footer-container{grid-template-columns:1fr;gap:38px}.footer-bottom{flex-direction:column;align-items:flex-start}.page-container{padding-top:50px;padding-bottom:65px}}@media (width<=430px){.header-container{padding-left:8px;padding-right:8px}.header-logo{width:47px;height:47px}.header-icon,.mobile-menu-button{width:37px;height:37px}.header-icon svg,.mobile-menu-button svg{width:24px;height:24px}.mobile-menu{width:calc(100vw - 27px)}.hero-content h1{font-size:39px}.hero-image-placeholder,.hero-image-wrapper,.hero-image-wrapper img{min-height:285px}.section-heading{font-size:33px}.collection-grid{gap:24px 14px}.product-grid{grid-template-columns:1fr 1fr;gap:24px 12px}.product-content{padding:11px}.product-button{min-height:42px;padding:10px 8px;font-size:11px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.header-container{grid-template-columns:1fr 80px 1fr;align-items:center;display:grid}.header-logo-link{justify-content:center;align-items:center;width:80px;height:70px;display:flex;position:static!important;top:auto!important;left:auto!important;transform:none!important}.header-logo{object-fit:contain;border-radius:50%;width:58px;height:58px}.header-utilities{justify-content:flex-end;align-items:center;gap:8px;display:flex}.header-icon{flex:0 0 42px;width:42px;height:42px}@media (width<=990px){.header-container{grid-template-columns:1fr 65px 1fr}.header-logo-link{width:65px;height:60px}.header-logo{width:50px;height:50px}.header-icon{flex-basis:38px;width:38px;height:38px}}.new-arrivals-section{background:#fff;padding:70px 0 85px;overflow:hidden}.new-arrivals-title{text-align:center;color:#111;margin:0 0 45px;font-size:clamp(32px,4vw,48px);font-weight:800}.new-arrivals-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:30px;padding:18px 15px 40px;display:flex;overflow-x:auto}.new-arrivals-slider::-webkit-scrollbar{display:none}.new-arrival-card{text-align:center;scroll-snap-align:start;flex:0 0 calc(33.3333% - 20px);min-width:0;transition:transform .35s,filter .35s}.new-arrival-card:nth-child(odd):hover{transform:translateY(-10px)rotate(-2deg)}.new-arrival-card:nth-child(2n):hover{transform:translateY(-10px)rotate(2deg)}.new-arrival-card:hover{filter:drop-shadow(0 15px 12px #00000021)}.new-arrival-image{aspect-ratio:.95;background:#f7f7f7;border:2px solid #111;border-radius:5px;width:100%;transition:box-shadow .35s;overflow:hidden;box-shadow:14px 14px #ff69b4}.new-arrival-card:hover .new-arrival-image{box-shadow:18px 18px #d8a8ff}.new-arrival-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.new-arrival-card:hover .new-arrival-image img{transform:scale(1.04)}.new-arrival-card p{margin:0 0 20px;font-size:16px}.new-arrival-card select{background:#fff;border:2px solid #111;min-width:68px;margin:0 auto 15px;padding:7px 10px;display:block}.new-arrival-cart-button,.view-all-button,.slider-arrows button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:5px 5px #d8a8ff}.new-arrival-cart-button{padding:12px 20px}.view-all-button{padding:12px 20px;text-decoration:none;display:inline-flex}.new-arrivals-bottom{justify-content:space-between;align-items:center;margin-top:20px;padding:0 15px;display:flex}.new-arrival-cart-button:hover,.view-all-button:hover,.slider-arrows button:hover{transform:translate(3px,3px);box-shadow:2px 2px #d8a8ff}@media (width<=950px){.new-arrival-card{flex-basis:calc(50% - 15px)}}@media (width<=600px){.new-arrivals-section{padding-top:50px}.new-arrivals-slider{gap:20px;padding-left:8px;padding-right:25px}.new-arrival-card{flex-basis:84%}.new-arrivals-bottom{padding:0 8px}}.best-sellers-section{background:#fff4fa;padding-top:70px;padding-bottom:80px}.best-sellers-section .section-heading{margin-bottom:28px}@media (width<=768px){.best-sellers-section{padding-top:50px;padding-bottom:55px}}.promo-section{text-align:center;background:radial-gradient(circle at 15% 25%,#ffffff80 0 8px,#0000 9px),radial-gradient(circle at 85% 70%,#ffffff80 0 7px,#0000 8px),linear-gradient(135deg,#f9b6dc,#f48bc8);justify-content:center;align-items:center;width:100%;min-height:430px;padding:70px 20px;display:flex}.promo-content{width:min(700px,100%)}.promo-small-text{letter-spacing:2px;text-transform:uppercase;margin:0 0 14px;font-size:14px;font-weight:700}.promo-content h2{margin:0;font-size:clamp(38px,6vw,72px);font-weight:800;line-height:1}.promo-description{max-width:590px;margin:24px auto 30px;font-size:16px;line-height:1.7}.promo-button{color:#111;background:#fff;border:2px solid #111;border-radius:999px;justify-content:center;align-items:center;min-width:145px;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:5px 5px #111}.promo-button:hover{transform:translate(3px,3px);box-shadow:2px 2px #111}@media (width<=768px){.promo-section{min-height:360px;padding:55px 18px}.promo-description{font-size:14px}}.obsession-ribbon{background:#f57fc3;border-top:1px solid #ef69b2;border-bottom:1px solid #ef69b2;width:100%;overflow:hidden}.obsession-track{align-items:center;gap:45px;width:max-content;padding:8px 0;animation:18s linear infinite obsessionScroll;display:flex}.obsession-track span{color:#111;white-space:nowrap;flex-shrink:0;font-size:clamp(20px,2.2vw,31px);font-weight:800}@keyframes obsessionScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.obsession-track{gap:28px;padding:7px 0;animation-duration:13s}.obsession-track span{font-size:20px}}.new-arrivals-section{background:#fff;padding:70px 20px}.new-arrivals-title{text-align:center;margin-bottom:45px;font-size:44px;font-weight:800}.new-arrivals-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.new-arrival-card{text-align:center}.new-arrival-image{background:#f4f4f4;border:2px solid #000;border-radius:5px;width:100%;height:510px;overflow:hidden;box-shadow:14px 14px #ff69b4}.new-arrival-image img{object-fit:cover;width:100%;height:100%}.new-arrival-card h3{text-transform:uppercase;margin:30px 0 10px;font-size:17px;font-weight:500}.new-arrival-card p{margin-bottom:20px;font-size:17px}.new-arrival-card select{background:#fff;border:2px solid #000;margin:0 auto 15px;padding:7px 12px;display:block}.new-arrival-card button,.view-all-button,.slider-arrows button{color:#000;cursor:pointer;background:#ff69b4;border:2px solid #000;font-weight:800;box-shadow:5px 5px #d8a8ff}.new-arrival-card button{padding:12px 20px}.new-arrivals-bottom{justify-content:space-between;align-items:center;margin-top:45px;display:flex}.view-all-button{padding:12px 20px;text-decoration:none}.slider-arrows{gap:12px;display:flex}.slider-arrows button{width:42px;height:42px;font-size:24px}@media (width<=900px){.new-arrivals-grid{grid-template-columns:1fr}.new-arrival-image{height:430px}.new-arrivals-title{font-size:34px}}.tilted-collage-section{background:#fff;padding:90px 25px;overflow:hidden}.tilted-collage-wrapper{grid-template-columns:1fr 260px 1fr;align-items:center;gap:5px;width:min(1250px,100%);margin:0 auto;display:grid}.tilted-collage-card{background:#d9a9ff;border:3px solid #111;height:540px;padding:12px;transition:transform .35s;position:relative;overflow:hidden;box-shadow:12px 12px #ff69b4}.tilted-collage-card img{object-fit:cover;width:100%;height:100%;display:block}.collage-left-card{transform:rotate(-5deg)}.collage-right-card{transform:rotate(5deg)}.collage-left-card:hover{transform:rotate(-2deg)translateY(-10px)}.collage-right-card:hover{transform:rotate(2deg)translateY(-10px)}.tilted-collage-center{z-index:2;text-align:center;background:#ff75bd;border:3px solid #111;flex-direction:column;justify-content:center;align-items:center;min-height:440px;padding:45px 22px;display:flex;position:relative;box-shadow:8px 8px #d9a9ff}.tilted-collage-center p{letter-spacing:2px;margin:0 0 15px;font-size:15px;font-weight:800}.tilted-collage-center h2{margin:0 0 28px;font-size:clamp(34px,4vw,58px);font-weight:800;line-height:1}.collage-shop-button{color:#111;background:#fff;border:2px solid #111;padding:13px 24px;font-weight:800;text-decoration:none;transition:all .2s;box-shadow:5px 5px #111}.collage-shop-button:hover{transform:translate(3px,3px);box-shadow:2px 2px #111}@media (width<=900px){.tilted-collage-wrapper{grid-template-columns:1fr;gap:35px}.tilted-collage-card{height:430px}.collage-left-card,.collage-right-card,.collage-left-card:hover,.collage-right-card:hover{transform:none}.tilted-collage-center{min-height:300px}}.store-stats-section{background:#fff;padding:75px 20px}.store-stats-wrapper{text-align:center;grid-template-columns:repeat(3,1fr);gap:55px;width:min(800px,100%);margin:0 auto;display:grid}.store-stat-card{transition:transform .3s}.store-stat-card:hover{transform:translateY(-8px)}.store-stat-icon{color:#111;background:#d9a9ff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:115px;height:115px;margin:0 auto 18px;font-size:54px;font-weight:700;display:flex;box-shadow:8px 8px #ff69b4}.store-stat-card h3{margin:0 0 7px;font-size:26px;font-weight:800}.store-stat-card p{margin:0;font-size:16px;line-height:1.4}@media (width<=700px){.store-stats-wrapper{grid-template-columns:1fr;gap:45px}}.best-selling-section{background:#fff3fa;padding:75px 0 90px;overflow:hidden}.best-selling-title{text-align:center;margin:0 0 45px;font-size:clamp(32px,4vw,48px);font-weight:800}.best-selling-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:30px;padding:18px 15px 40px;display:flex;overflow-x:auto}.best-selling-slider::-webkit-scrollbar{display:none}.best-selling-card{text-align:center;scroll-snap-align:start;flex:0 0 calc(33.3333% - 20px);min-width:0;transition:transform .35s}.best-selling-card:nth-child(odd):hover{transform:translateY(-10px)rotate(2deg)}.best-selling-card:nth-child(2n):hover{transform:translateY(-10px)rotate(-2deg)}.best-selling-image{aspect-ratio:.95;background:#fff;border:2px solid #111;border-radius:5px;width:100%;overflow:hidden;box-shadow:14px 14px #d9a9ff}.best-selling-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.best-selling-card:hover .best-selling-image img{transform:scale(1.04)}.best-selling-card h3{text-transform:uppercase;margin:30px 0 10px;font-size:16px;font-weight:500}.best-selling-card p{margin:0 0 20px;font-size:16px}.best-selling-card select{background:#fff;border:2px solid #111;min-width:68px;margin:0 auto 15px;padding:7px 10px;display:block}.best-selling-cart-button,.best-selling-view-button,.best-selling-arrows button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;font-weight:800;transition:all .2s;box-shadow:5px 5px #d9a9ff}.best-selling-cart-button{padding:12px 20px}.best-selling-view-button{padding:12px 20px;text-decoration:none;display:inline-flex}.best-selling-bottom{justify-content:space-between;align-items:center;margin-top:20px;padding:0 15px;display:flex}.best-selling-arrows{gap:12px;display:flex}.best-selling-arrows button{width:42px;height:42px;font-size:24px}.best-selling-cart-button:hover,.best-selling-view-button:hover,.best-selling-arrows button:hover{transform:translate(3px,3px);box-shadow:2px 2px #d9a9ff}@media (width<=950px){.best-selling-card{flex-basis:calc(50% - 15px)}}@media (width<=600px){.best-selling-card{flex-basis:84%}.best-selling-slider{gap:20px;padding-left:8px;padding-right:25px}}.footer-top{grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:50px;width:min(1250px,100% - 40px);margin:0 auto;padding:70px 0 55px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-column h3{text-transform:uppercase;margin:0 0 10px;font-size:19px;font-weight:800}.footer-column a{color:#111;font-size:14px;text-decoration:none;transition:transform .2s}.footer-column a:hover{text-decoration:underline;transform:translate(5px)}.footer-brand p{max-width:300px;margin:0;font-size:14px;line-height:1.7}.footer-logo{object-fit:contain;border-radius:50%;width:95px;height:95px}.footer-socials{gap:12px;margin-top:8px;display:flex}.footer-socials a{background:#fff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:4px 4px #d7a8ff}.footer-contact p{align-items:flex-start;gap:10px;margin:0;font-size:14px;line-height:1.5;display:flex}.footer-contact svg{flex-shrink:0}.footer-newsletter h3{margin:0 0 7px;font-size:22px}.footer-newsletter p{margin:0;font-size:14px}.footer-bottom{color:#fff;background:#111;border-top:2px solid #111;justify-content:space-between;gap:20px;margin-top:45px;padding:20px;display:flex}@media (width<=950px){.footer-top{grid-template-columns:repeat(2,1fr)}.footer-newsletter{flex-direction:column;align-items:flex-start}}@media (width<=600px){.footer-top{grid-template-columns:1fr;padding-top:50px}.footer-newsletter{padding:22px}.footer-newsletter form{flex-direction:column;gap:10px}.footer-newsletter input{border-right:2px solid #111}.footer-bottom{text-align:center;flex-direction:column}}.happy-customers-slider{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;gap:38px;padding:15px 20px 35px;display:flex;overflow-x:auto}.happy-customers-slider::-webkit-scrollbar{display:none}.customer-review-card{text-align:center;scroll-snap-align:start;background:#fff;border:2px solid #111;flex-direction:column;flex:0 0 310px;justify-content:center;align-items:center;min-height:220px;padding:28px 24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:12px 12px #ff69b4}.review-number{color:#ff69b4;font-size:14px;font-weight:800;position:absolute;top:10px;right:13px}.customer-slider-arrows{justify-content:flex-end;gap:12px;margin-top:25px;padding:0 20px;display:flex}.customer-slider-arrows button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;width:42px;height:42px;font-size:24px;font-weight:800;transition:all .2s;box-shadow:5px 5px #d8a8ff}.customer-slider-arrows button:hover{transform:translate(3px,3px);box-shadow:2px 2px #d8a8ff}@media (width<=600px){.happy-customers-section{padding-top:60px}.customer-review-card{flex-basis:82%}.happy-customers-slider{gap:22px;padding-left:12px;padding-right:28px}.customer-slider-arrows{padding:0 12px}}.happy-customers-section{background:#fff;padding:80px 0 100px;overflow:hidden}.happy-customers-title{text-align:center;color:#111;margin:0 0 48px;font-size:clamp(34px,4vw,48px);font-weight:800}.happy-customers-slider{width:100%;padding:15px 0 35px;overflow:hidden}.happy-customers-track{gap:38px;width:max-content;padding-left:20px;animation:32s linear infinite happyCustomersMove;display:flex}.happy-customers-track:hover{animation-play-state:paused}.customer-review-card{text-align:center;background:#fff;border:2px solid #111;flex-direction:column;flex:0 0 310px;justify-content:center;align-items:center;min-height:220px;padding:28px 24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:12px 12px #ff69b4}.customer-review-card:nth-child(odd):hover{transform:rotate(-2deg)translateY(-8px)}.customer-review-card:nth-child(2n):hover{transform:rotate(2deg)translateY(-8px)}.customer-review-card:hover{box-shadow:16px 16px #d8a8ff}.customer-stars{letter-spacing:4px;margin-bottom:20px;font-size:17px}.customer-review-card p{margin:0 0 22px;font-size:15px;line-height:1.55}.customer-review-card h3{text-transform:uppercase;margin:0;font-size:16px;font-weight:800}@keyframes happyCustomersMove{0%{transform:translate(0)}to{transform:translate(calc(-50% - 19px))}}@media (width<=600px){.happy-customers-section{padding-top:60px}.happy-customers-track{gap:22px;animation-duration:24s}.customer-review-card{flex-basis:280px}}.help-corner-section{background:#fff4fa;padding:85px 20px 100px}.help-corner-title{text-align:center;color:#111;margin:0 0 45px;font-size:clamp(34px,4vw,48px);font-weight:800}.help-corner-list{gap:18px;width:min(900px,100%);margin:0 auto;display:grid}.help-question{background:#fff;border:2px solid #111;box-shadow:7px 7px #ff69b4}.help-question summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;font-size:17px;font-weight:800;list-style:none;display:flex}.help-question summary::-webkit-details-marker{display:none}.help-question summary span{background:#ff69b4;border:2px solid #111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;line-height:1;transition:transform .25s;display:flex}.help-question[open] summary span{transform:rotate(45deg)}.help-question p{color:#333;margin:0;padding:0 22px 22px;font-size:15px;line-height:1.7}.help-question:hover{transform:translateY(-3px)}@media (width<=600px){.help-corner-section{padding:60px 15px 75px}.help-question summary{padding:17px;font-size:15px}.help-question p{padding:0 17px 18px;font-size:14px}}.sticker-strip-section{background:#ff83c7;border-top:2px solid #111;border-bottom:2px solid #111;width:100%;padding:22px 0;overflow:hidden}.sticker-strip-track{align-items:center;gap:55px;width:max-content;padding-left:25px;animation:20s linear infinite stickerStripMove;display:flex}.sticker-strip-track span{filter:drop-shadow(4px 4px #fff);flex-shrink:0;font-size:clamp(42px,5vw,72px);transition:transform .3s}.sticker-strip-track span:nth-child(odd){transform:rotate(-8deg)}.sticker-strip-track span:nth-child(2n){transform:rotate(8deg)}.sticker-strip-track:hover{animation-play-state:paused}.sticker-strip-track span:hover{transform:rotate(0)scale(1.2)}@keyframes stickerStripMove{0%{transform:translate(0)}to{transform:translate(calc(-50% - 27px))}}@media (width<=600px){.sticker-strip-section{padding:16px 0}.sticker-strip-track{gap:34px;animation-duration:15s}.sticker-strip-track span{font-size:44px}}.sticker-strip-section{padding:8px 0}.sticker-strip-track{gap:32px;padding-left:15px}.sticker-strip-track span{font-size:34px}@media (width<=600px){.sticker-strip-section{padding:6px 0}.sticker-strip-track{gap:24px}.sticker-strip-track span{font-size:30px}}.site-footer{color:#111;background:#ff8ac9;border-top:2px solid #111}.footer-main{grid-template-columns:1.35fr 1fr 1.2fr 1.1fr;gap:50px;width:min(1250px,100% - 40px);margin:0 auto;padding:65px 0 50px;display:grid}.footer-brand-column,.footer-links-column,.footer-contact-column{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{object-fit:contain;border-radius:50%;width:92px;height:92px;margin-bottom:18px}.footer-brand-text{max-width:290px;margin:0;font-size:14px;line-height:1.7}.footer-social-links{gap:12px;margin-top:20px;display:flex}.footer-social-links a{color:#111;background:#fff;border:2px solid #111;padding:10px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:4px 4px #d9a9ff}.footer-social-links a:hover{transform:translate(2px,2px);box-shadow:2px 2px #d9a9ff}.footer-links-column h3,.footer-contact-column h3{text-transform:uppercase;margin:0 0 22px;font-size:18px;font-weight:800}.footer-links-column a{color:#111;margin-bottom:13px;font-size:14px;text-decoration:none}.footer-links-column a:hover{text-decoration:underline}.footer-contact-column p{margin:0 0 13px;font-size:14px;line-height:1.5}.footer-newsletter{background:#d9a9ff;border:2px solid #111;justify-content:space-between;align-items:center;gap:35px;width:min(1250px,100% - 40px);margin:0 auto;padding:28px 30px;display:flex;box-shadow:8px 8px #111}.footer-newsletter-text h3{margin:0 0 8px;font-size:21px}.footer-newsletter-text p{margin:0;font-size:14px}.footer-newsletter form{width:min(500px,100%);display:flex}.footer-newsletter input{background:#fff;border:2px solid #111;border-right:none;outline:none;width:100%;min-width:0;padding:14px 15px}.footer-newsletter button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;padding:14px 22px;font-weight:800}.footer-bottom{color:#fff;background:#111;border-top:2px solid #111;justify-content:space-between;align-items:center;gap:20px;margin-top:42px;padding:18px 25px;display:flex}.footer-bottom p{margin:0;font-size:13px}@media (width<=950px){.footer-main{grid-template-columns:repeat(2,1fr)}.footer-newsletter{flex-direction:column;align-items:flex-start}}@media (width<=600px){.footer-main{grid-template-columns:1fr;padding-top:48px}.footer-newsletter{padding:22px}.footer-newsletter form{flex-direction:column;gap:10px}.footer-newsletter input{border-right:2px solid #111}.footer-bottom{text-align:center;flex-direction:column}}.obsession-ribbon{background:0 0;border-top:none;border-bottom:none}.obsession-track{background:0 0}.sticker-strip-section{background:0 0!important;border-top:none!important;border-bottom:none!important}.sticker-strip-track{background:0 0!important}.shop-page{background:#fff;min-height:100vh}.shop-banner{text-align:center;background:linear-gradient(135deg,#ffd5eb,#ff8ccc);border-bottom:2px solid #111;padding:75px 20px}.shop-banner p{letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:14px;font-weight:700}.shop-banner h1{margin:0;font-size:clamp(45px,8vw,90px);font-weight:900;line-height:1}.shop-breadcrumb{justify-content:center;gap:10px;margin-top:22px;font-size:14px;display:flex}.shop-breadcrumb a{color:#111;text-decoration:none}.shop-breadcrumb a:hover{text-decoration:underline}.shop-ribbon{background:#d9a9ff;border-bottom:2px solid #111;width:100%;overflow:hidden}.shop-ribbon-track{gap:45px;width:max-content;padding:10px 0;animation:18s linear infinite shopRibbonMove;display:flex}.shop-ribbon-track span{white-space:nowrap;flex-shrink:0;font-size:20px;font-weight:800}@keyframes shopRibbonMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.shop-content{width:min(1250px,100% - 40px);margin:0 auto;padding:65px 0 100px}.shop-toolbar{justify-content:space-between;align-items:center;gap:25px;margin-bottom:30px;display:flex}.shop-search,.shop-sort{background:#fff;border:2px solid #111;align-items:center;display:flex;box-shadow:5px 5px #ff69b4}.shop-search{width:min(520px,100%);padding-left:15px}.shop-search input{background:0 0;border:none;outline:none;width:100%;padding:14px;font-size:14px}.shop-sort{padding-left:14px}.shop-sort select{cursor:pointer;background:0 0;border:none;outline:none;padding:14px}.shop-categories{flex-wrap:wrap;gap:12px;margin-bottom:35px;display:flex}.shop-category-button{color:#111;cursor:pointer;background:#fff;border:2px solid #111;padding:10px 17px;font-weight:700;transition:all .2s;box-shadow:4px 4px #d9a9ff}.shop-category-button:hover,.shop-category-button.active{background:#ff69b4;transform:translate(2px,2px);box-shadow:2px 2px #d9a9ff}.shop-results-row{margin-bottom:25px}.shop-results-row p{margin:0;font-size:14px}.shop-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 35px;display:grid}.shop-product-card{text-align:center;transition:transform .3s}.shop-product-card:nth-child(odd):hover{transform:translateY(-8px)rotate(-1.5deg)}.shop-product-card:nth-child(2n):hover{transform:translateY(-8px)rotate(1.5deg)}.shop-product-image{aspect-ratio:.95;background:#f8f8f8;border:2px solid #111;width:100%;display:block;position:relative;overflow:hidden;box-shadow:12px 12px #ff69b4}.shop-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.shop-product-card:hover .shop-product-image img{transform:scale(1.04)}.shop-product-badge{z-index:2;color:#111;background:#d9a9ff;border:2px solid #111;padding:7px 12px;font-size:12px;font-weight:800;position:absolute;top:13px;left:13px}.shop-product-info{padding-top:27px}.shop-product-category{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:700}.shop-product-name{color:#111;text-transform:uppercase;font-size:17px;font-weight:600;text-decoration:none;display:inline-block}.shop-product-name:hover{text-decoration:underline}.shop-product-prices{justify-content:center;gap:12px;margin:13px 0 20px;display:flex}.shop-sale-price{font-size:16px;font-weight:800}.shop-old-price{color:#777;font-size:15px;text-decoration:line-through}.shop-add-cart{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;padding:12px 21px;font-weight:800;transition:all .2s;box-shadow:5px 5px #d9a9ff}.shop-add-cart:hover{transform:translate(3px,3px);box-shadow:2px 2px #d9a9ff}.shop-empty{text-align:center;background:#fff4fa;border:2px dashed #111;padding:80px 20px}.shop-empty h2{margin:0 0 10px;font-size:30px}.shop-empty p{margin:0 0 25px}.shop-empty button{cursor:pointer;background:#ff69b4;border:2px solid #111;padding:12px 20px;font-weight:800;box-shadow:5px 5px #d9a9ff}@media (width<=950px){.shop-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.shop-toolbar{flex-direction:column;align-items:stretch}.shop-search,.shop-sort,.shop-sort select{width:100%}}@media (width<=560px){.shop-content{width:min(100% - 24px,1250px);padding-top:45px}.shop-products-grid{grid-template-columns:1fr}.shop-banner{padding:55px 15px}}.product-details-page{background:#fffafb;min-height:100vh;padding:45px 20px 100px}.product-details-container{width:min(1200px,100%);margin:0 auto}.product-details-breadcrumb{color:#666;flex-wrap:wrap;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.product-details-breadcrumb a{color:#111;text-decoration:none}.product-details-breadcrumb a:hover{text-decoration:underline}.back-to-shop{color:#111;align-items:center;gap:5px;margin-bottom:30px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.product-details-grid{grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);align-items:start;gap:70px;display:grid}.product-details-main-image{aspect-ratio:.95;background:#fff;border:2px solid #111;width:100%;position:relative;overflow:hidden;box-shadow:16px 16px #ff69b4}.product-details-main-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-details-main-image:hover img{transform:scale(1.04)}.product-details-badge{z-index:2;color:#111;text-transform:uppercase;background:#d9a9ff;border:2px solid #111;padding:8px 13px;font-size:12px;font-weight:800;position:absolute;top:15px;left:15px}.product-thumbnail-row{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px;display:grid}.product-thumbnail{aspect-ratio:1;cursor:pointer;background:#fff;border:2px solid #111;padding:0;overflow:hidden;box-shadow:5px 5px #d9a9ff}.product-thumbnail:first-child{box-shadow:5px 5px #ff69b4}.product-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-details-content{padding-top:10px}.product-details-category{color:#777;letter-spacing:1.4px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.product-details-content h1{text-transform:uppercase;margin:0 0 18px;font-size:clamp(37px,5vw,62px);font-weight:900;line-height:.98}.product-details-stars{align-items:center;gap:12px;margin-bottom:22px;display:flex}.product-details-stars span{letter-spacing:4px}.product-details-stars p{color:#666;margin:0;font-size:13px}.product-details-prices{align-items:center;gap:15px;margin-bottom:24px;display:flex}.product-details-price{font-size:27px;font-weight:900}.product-details-old-price{color:#777;font-size:18px;text-decoration:line-through}.product-details-description{color:#333;max-width:600px;margin:0;font-size:15px;line-height:1.8}.product-details-divider{background:#111;height:2px;margin:28px 0}.product-option{margin-bottom:25px}.product-option label,.product-option-label{text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:800;display:block}.product-option select{background:#fff;border:2px solid #111;min-width:130px;padding:12px 14px;font-size:14px}.product-quantity{background:#fff;border:2px solid #111;align-items:center;width:max-content;display:flex}.product-quantity button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:43px;height:43px;display:inline-flex}.product-quantity span{text-align:center;min-width:48px;font-weight:800}.product-details-buttons{gap:15px;margin:30px 0;display:flex}.product-details-cart-button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;flex:1;justify-content:center;align-items:center;gap:9px;min-height:54px;padding:14px 24px;font-weight:900;transition:all .2s;display:inline-flex;box-shadow:7px 7px #d9a9ff}.product-wishlist-button{color:#111;cursor:pointer;background:#fff;border:2px solid #111;justify-content:center;align-items:center;width:56px;min-height:54px;transition:all .2s;display:inline-flex;box-shadow:5px 5px #ff69b4}.product-details-cart-button:hover,.product-wishlist-button:hover{transform:translate(3px,3px);box-shadow:2px 2px #d9a9ff}.product-delivery-box{background:#fff1f8;border:2px solid #111;align-items:flex-start;gap:15px;margin:35px 0 20px;padding:20px;display:flex;box-shadow:6px 6px #ff69b4}.product-delivery-box svg{flex-shrink:0}.product-delivery-box h3{text-transform:uppercase;margin:0 0 5px;font-size:15px}.product-delivery-box p{margin:0;font-size:13px;line-height:1.5}.product-details-accordion{border-bottom:2px solid #111}.product-details-accordion:first-of-type{border-top:2px solid #111}.product-details-accordion summary{cursor:pointer;text-transform:uppercase;justify-content:space-between;gap:20px;padding:18px 0;font-size:14px;font-weight:800;list-style:none;display:flex}.product-details-accordion summary::-webkit-details-marker{display:none}.product-details-accordion summary span{font-size:22px;transition:transform .2s}.product-details-accordion[open] summary span{transform:rotate(45deg)}.product-details-accordion p{color:#444;margin:0;padding:0 0 18px;font-size:14px;line-height:1.7}.product-not-found{text-align:center;background:#fff4fa;min-height:65vh;padding:100px 20px}.product-not-found h1{margin:0 0 12px;font-size:45px}.product-not-found p{margin:0 0 28px}.product-not-found a{color:#111;background:#ff69b4;border:2px solid #111;padding:12px 20px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:5px 5px #d9a9ff}@media (width<=900px){.product-details-grid{grid-template-columns:1fr;gap:55px}}@media (width<=600px){.product-details-page{padding:30px 14px 75px}.product-details-main-image{box-shadow:10px 10px #ff69b4}.product-thumbnail-row{gap:10px}.product-details-content h1{font-size:38px}.product-details-buttons{flex-wrap:wrap}.product-details-cart-button{flex-basis:calc(100% - 70px)}}.cart-page,.empty-cart-page{background:#fffafb;min-height:75vh}.cart-banner{text-align:center;background:linear-gradient(135deg,#ffd8eb,#ff8ac9);border-bottom:2px solid #111;padding:65px 20px}.cart-banner p{letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}.cart-banner h1{margin:0;font-size:clamp(42px,7vw,78px);font-weight:900;line-height:1}.cart-breadcrumb{justify-content:center;gap:9px;margin-top:20px;font-size:13px;display:flex}.cart-breadcrumb a{color:#111;text-decoration:none}.cart-content{width:min(1200px,100% - 40px);margin:0 auto;padding:70px 0 100px}.cart-layout{grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr);align-items:start;gap:55px;display:grid}.cart-heading-row{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.cart-heading-row h2,.cart-summary h2{text-transform:uppercase;margin:0;font-size:25px}.cart-heading-row p{color:#666;margin:0;font-size:13px}.cart-items-list{gap:25px;display:grid}.cart-item{background:#fff;border:2px solid #111;grid-template-columns:155px minmax(0,1fr);gap:24px;padding:20px;display:grid;box-shadow:9px 9px #ff69b4}.cart-item-image{background:#f7f7f7;border:2px solid #111;width:155px;height:175px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-information{flex-direction:column;justify-content:space-between;min-width:0;display:flex}.cart-item-top{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.cart-item-category{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:800}.cart-item-name{color:#111;text-transform:uppercase;font-size:19px;font-weight:800;text-decoration:none}.cart-item-name:hover{text-decoration:underline}.cart-item-variant{color:#666;margin:9px 0 0;font-size:13px}.cart-remove-button{cursor:pointer;background:#fff;border:2px solid #111;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:4px 4px #d9a9ff}.cart-item-bottom{justify-content:space-between;align-items:center;gap:18px;display:flex}.cart-quantity{border:2px solid #111;align-items:center;display:flex}.cart-quantity button{cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.cart-quantity span{text-align:center;min-width:42px;font-weight:800}.cart-item-price{margin:0;font-size:19px;font-weight:900}.cart-continue-link{color:#111;margin-top:30px;font-weight:800;text-decoration:none;display:inline-flex}.cart-summary{background:#fff;border:2px solid #111;padding:30px;position:sticky;top:110px;box-shadow:12px 12px #d9a9ff}.cart-summary h2{margin-bottom:28px}.cart-summary-row,.cart-summary-total{justify-content:space-between;align-items:center;gap:20px;display:flex}.cart-summary-row{margin-bottom:17px;font-size:14px}.cart-shipping-message{background:#fff1f8;border:2px solid #111;margin-top:20px;padding:13px;font-size:13px;line-height:1.5}.cart-summary-divider{background:#111;height:2px;margin:25px 0}.cart-summary-total{font-size:20px}.cart-summary-total strong{font-size:24px}.cart-checkout-button{color:#111;background:#ff69b4;border:2px solid #111;justify-content:center;align-items:center;width:100%;margin-top:28px;padding:15px 20px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:6px 6px #111}.cart-checkout-button:hover{transform:translate(3px,3px);box-shadow:2px 2px #111}.cart-summary-note{color:#666;text-align:center;margin:22px 0 0;font-size:12px;line-height:1.6}.empty-cart-page{justify-content:center;align-items:center;padding:100px 20px;display:flex}.empty-cart-content{text-align:center;background:#fff;border:2px solid #111;width:min(560px,100%);padding:55px 35px;box-shadow:12px 12px #ff69b4}.empty-cart-icon{background:#d9a9ff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:105px;height:105px;margin:0 auto 25px;display:flex}.empty-cart-content h1{text-transform:uppercase;margin:0 0 14px;font-size:clamp(35px,6vw,52px)}.empty-cart-content p{color:#555;max-width:440px;margin:0 auto 30px;line-height:1.7}.empty-cart-content a{color:#111;background:#ff69b4;border:2px solid #111;padding:13px 22px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:5px 5px #d9a9ff}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=600px){.cart-content{width:min(100% - 24px,1200px);padding-top:45px}.cart-item{grid-template-columns:105px minmax(0,1fr);gap:14px;padding:14px}.cart-item-image{width:105px;height:130px}.cart-item-name{font-size:15px}.cart-item-bottom{flex-direction:column;align-items:flex-end}.cart-summary{padding:23px}}@media (width<=990px){.account-icon{display:inline-flex!important}.header-utilities{gap:2px;min-width:170px}.header-icon{flex:0 0 36px;width:36px;height:36px}}.cart-success-message{z-index:9999;color:#111;background:#ff69b4;border:2px solid #111;max-width:340px;padding:14px 20px;font-size:14px;font-weight:800;animation:.3s cartMessageShow;position:fixed;top:115px;right:25px;box-shadow:6px 6px #d9a9ff}@keyframes cartMessageShow{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.cart-success-message{text-align:center;max-width:none;top:95px;left:15px;right:15px}}.checkout-page,.checkout-empty-page,.order-success-page{background:#fffafb;min-height:75vh}.checkout-banner{text-align:center;background:linear-gradient(135deg,#ffd8eb,#ff8ac9);border-bottom:2px solid #111;padding:65px 20px}.checkout-banner>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}.checkout-banner h1{margin:0;font-size:clamp(45px,8vw,82px);font-weight:900;line-height:1}.checkout-breadcrumb{justify-content:center;gap:9px;margin-top:20px;font-size:13px;display:flex}.checkout-breadcrumb a{color:#111;text-decoration:none}.checkout-content{width:min(1200px,100% - 40px);margin:0 auto;padding:70px 0 100px}.checkout-layout{grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);align-items:start;gap:50px;display:grid}.checkout-form-column{gap:30px;display:grid}.checkout-form-card{background:#fff;border:2px solid #111;padding:30px;box-shadow:10px 10px #ff69b4}.checkout-card-heading,.checkout-summary-heading{align-items:center;gap:13px;display:flex}.checkout-card-heading{margin-bottom:28px}.checkout-card-heading p{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.checkout-card-heading h2,.checkout-summary-heading h2{text-transform:uppercase;margin:0;font-size:23px}.checkout-fields-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.checkout-full-field{grid-column:1/-1}.checkout-field label{text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.checkout-field input,.checkout-field textarea{color:#111;width:100%;font:inherit;background:#fffafb;border:2px solid #111;outline:none;padding:13px 14px}.checkout-field textarea{resize:vertical}.checkout-field input:focus,.checkout-field textarea:focus{box-shadow:4px 4px #d9a9ff}.checkout-payment-options{gap:15px;display:grid}.checkout-payment-option{cursor:pointer;background:#fff;border:2px solid #111;align-items:flex-start;gap:13px;padding:18px;transition:all .2s;display:flex}.checkout-payment-option.active{background:#fff0f8;box-shadow:5px 5px #ff69b4}.checkout-payment-option input{accent-color:#ff69b4;margin-top:3px}.checkout-payment-option div{gap:5px;display:grid}.checkout-payment-option strong{text-transform:uppercase;font-size:15px}.checkout-payment-option span{color:#555;font-size:13px;line-height:1.5}.checkout-bank-note,.checkout-error-message{border:2px solid #111;margin-top:20px;padding:14px;font-size:13px;line-height:1.6}.checkout-bank-note{background:#f1e4ff}.checkout-error-message{background:#ffdbe7;margin-top:0;font-weight:700}.checkout-summary{background:#fff;border:2px solid #111;padding:28px;position:sticky;top:110px;box-shadow:12px 12px #d9a9ff}.checkout-summary-heading{margin-bottom:27px}.checkout-products{gap:20px;display:grid}.checkout-product{grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.checkout-product-image{background:#f7f7f7;border:2px solid #111;width:72px;height:82px;position:relative}.checkout-product-image img{object-fit:cover;width:100%;height:100%;display:block}.checkout-product-image span{background:#ff69b4;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 5px;font-size:11px;font-weight:900;display:flex;position:absolute;top:-10px;right:-10px}.checkout-product-details h3{text-transform:uppercase;margin:0 0 6px;font-size:13px}.checkout-product-details p{color:#777;margin:0;font-size:12px}.checkout-product>strong{white-space:nowrap;font-size:13px}.checkout-summary-divider{background:#111;height:2px;margin:24px 0}.checkout-summary-row,.checkout-summary-total{justify-content:space-between;gap:20px;display:flex}.checkout-summary-row{margin-bottom:16px;font-size:14px}.checkout-summary-total{align-items:center;font-size:19px}.checkout-summary-total strong{font-size:25px}.checkout-place-order,.checkout-place-order-mobile{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;width:100%;padding:15px 20px;font-weight:900;transition:all .2s;box-shadow:6px 6px #111}.checkout-place-order{margin-top:28px}.checkout-place-order-mobile{display:none}.checkout-place-order:hover,.checkout-place-order-mobile:hover{transform:translate(3px,3px);box-shadow:2px 2px #111}.checkout-security-note{color:#666;text-align:center;margin:20px 0 0;font-size:12px;line-height:1.6}.checkout-empty-page,.order-success-page{justify-content:center;align-items:center;padding:100px 20px;display:flex}.checkout-empty-card,.order-success-card{text-align:center;background:#fff;border:2px solid #111;width:min(580px,100%);padding:55px 35px;box-shadow:12px 12px #ff69b4}.checkout-empty-card h1{text-transform:uppercase;margin:22px 0 12px;font-size:clamp(34px,6vw,50px)}.checkout-empty-card p{margin:0 0 28px}.checkout-empty-card a{color:#111;background:#ff69b4;border:2px solid #111;padding:13px 22px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:5px 5px #d9a9ff}.order-success-icon{background:#d9a9ff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:115px;height:115px;margin:0 auto 25px;display:flex;box-shadow:7px 7px #ff69b4}.order-success-small-text{letter-spacing:2px;text-transform:uppercase;margin:0 0 9px;font-size:13px;font-weight:800}.order-success-card h1{margin:0;font-size:clamp(45px,8vw,70px);line-height:1}.order-success-description{max-width:470px;margin:22px auto;line-height:1.7}.order-number-box{background:#fff0f8;border:2px solid #111;gap:5px;margin:28px 0;padding:17px;display:grid}.order-number-box span{text-transform:uppercase;font-size:12px;font-weight:800}.order-number-box strong{font-size:22px}.order-success-actions{justify-content:center;gap:14px;display:flex}.order-success-actions a,.order-success-actions button{color:#111;cursor:pointer;border:2px solid #111;padding:12px 18px;font-weight:900;text-decoration:none}.order-success-actions a{background:#ff69b4}.order-success-actions button{background:#fff}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.checkout-place-order{display:none}.checkout-place-order-mobile{display:block}}@media (width<=600px){.checkout-content{width:min(100% - 24px,1200px);padding-top:45px}.checkout-form-card,.checkout-summary{padding:20px}.checkout-fields-grid{grid-template-columns:1fr}.checkout-full-field{grid-column:auto}.checkout-product{grid-template-columns:62px minmax(0,1fr)}.checkout-product-image{width:62px;height:72px}.checkout-product>strong{grid-column:2}.order-success-actions{flex-direction:column}}.checkout-discount-row{color:#111;background:#e7ffd8;border:2px dashed #111;margin-top:12px;padding:11px 12px;font-weight:800}.wishlist-page,.wishlist-empty-page{background:#fffafb;min-height:75vh}.wishlist-banner{text-align:center;background:linear-gradient(135deg,#ffd9ec,#ff88c7);border-bottom:2px solid #111;padding:65px 20px}.wishlist-banner>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:800}.wishlist-banner h1{margin:0;font-size:clamp(45px,8vw,82px);font-weight:900;line-height:1}.wishlist-breadcrumb{justify-content:center;gap:9px;margin-top:20px;font-size:13px;display:flex}.wishlist-breadcrumb a{color:#111;text-decoration:none}.wishlist-content{width:min(1200px,100% - 40px);margin:0 auto;padding:65px 0 100px}.wishlist-top-row{justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;display:flex}.wishlist-top-row p{text-transform:uppercase;margin:0;font-weight:800}.wishlist-top-row button{color:#111;cursor:pointer;background:#fff;border:2px solid #111;align-items:center;gap:8px;padding:11px 16px;font-weight:900;display:inline-flex;box-shadow:4px 4px #ff69b4}.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;display:grid}.wishlist-card{background:#fff;border:2px solid #111;overflow:hidden;box-shadow:7px 7px #d9a9ff}.wishlist-card-image{aspect-ratio:4/5;background:#f7f7f7;border-bottom:2px solid #111;position:relative;overflow:hidden}.wishlist-card-image>a{width:100%;height:100%;display:block}.wishlist-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.wishlist-card:hover img{transform:scale(1.05)}.wishlist-product-badge{z-index:2;text-transform:uppercase;background:#ff69b4;border:2px solid #111;padding:7px 10px;font-size:11px;font-weight:900;position:absolute;top:12px;left:12px}.wishlist-remove-button{z-index:2;color:#111;cursor:pointer;background:#fff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:39px;height:39px;display:flex;position:absolute;top:12px;right:12px}.wishlist-remove-button:hover{background:#ff69b4}.wishlist-card-content{padding:20px}.wishlist-card-content>p{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:800}.wishlist-card-content a{color:#111;text-decoration:none}.wishlist-card-content h2{text-transform:uppercase;min-height:45px;margin:0 0 14px;font-size:17px;line-height:1.35}.wishlist-price-row{align-items:center;gap:10px;margin-bottom:18px;display:flex}.wishlist-price-row strong{font-size:16px}.wishlist-price-row del{color:#888;font-size:13px}.wishlist-cart-button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:900;display:flex;box-shadow:4px 4px #111}.product-wishlist-button.active{color:#111;background:#ff69b4}.wishlist-empty-page{justify-content:center;align-items:center;padding:100px 20px;display:flex}.wishlist-empty-card{text-align:center;background:#fff;border:2px solid #111;width:min(620px,100%);padding:55px 35px;box-shadow:12px 12px #ff69b4}.wishlist-empty-icon{background:#ffd9ec;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:105px;height:105px;margin:0 auto 25px;display:flex;box-shadow:6px 6px #d9a9ff}.wishlist-empty-card>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}.wishlist-empty-card h1{margin:0;font-size:clamp(36px,6vw,58px);line-height:1.05}.wishlist-empty-card>span{color:#555;max-width:450px;margin:20px auto 28px;line-height:1.7;display:block}.wishlist-empty-card>a{color:#111;background:#ff69b4;border:2px solid #111;padding:13px 22px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:5px 5px #111}@media (width<=950px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=480px){.wishlist-content{width:min(100% - 24px,1200px);padding-top:45px}.wishlist-top-row{flex-direction:column;align-items:flex-start}.wishlist-grid{grid-template-columns:1fr}}.about-page{color:#111;background:#fffafb}.about-hero{background:radial-gradient(circle at 15% 20%,#fff 0 7%,#0000 8%),radial-gradient(circle at 88% 70%,#ffd1e8 0 13%,#0000 14%),linear-gradient(135deg,#ffe7f2,#ff9dce);border-bottom:2px solid #111;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;min-height:650px;padding:75px max(25px,7vw);display:grid;overflow:hidden}.about-hero-content>p:first-child,.about-section-label,.about-section-heading>p,.about-cta-section>div>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:900}.about-hero-content h1{letter-spacing:-4px;margin:0;font-size:clamp(55px,7.5vw,105px);font-weight:900;line-height:.92}.about-hero-content h1 span{color:#fff;text-shadow:-2px -2px #111,2px -2px #111,-2px 2px #111,2px 2px #111;display:block}.about-hero-description{max-width:640px;margin:28px 0;font-size:17px;line-height:1.8}.about-shop-button,.about-cta-section>a{color:#fff;background:#111;border:2px solid #111;padding:15px 24px;font-weight:900;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:7px 7px #d9a9ff}.about-shop-button:hover,.about-cta-section>a:hover{transform:translate(3px,3px);box-shadow:3px 3px #d9a9ff}.about-hero-art{min-height:490px;position:relative}.about-art-card,.about-art-circle{text-align:center;border:2px solid #111;justify-content:center;align-items:center;font-weight:900;display:flex;position:absolute}.about-art-card{background:#fff;flex-direction:column;gap:16px;width:245px;min-height:190px;padding:25px;box-shadow:10px 10px #111}.about-art-card-one{background:#d9a9ff;top:45px;left:20px;transform:rotate(-8deg)}.about-art-card-two{background:#ff69b4;bottom:35px;right:15px;transform:rotate(8deg)}.about-art-circle{background:#fff;border-radius:50%;width:230px;height:230px;font-size:38px;line-height:1;top:120px;left:50%;transform:translate(-50%);box-shadow:12px 12px #ff69b4}.about-story-section{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;width:min(1200px,100% - 40px);margin:0 auto;padding:100px 0;display:grid}.about-story-image{background:#fff;border:2px solid #111;padding:35px;box-shadow:14px 14px #ff69b4}.about-story-image img{object-fit:contain;width:100%;display:block}.about-story-content h2,.about-section-heading h2,.about-cta-section h2{margin:0;font-size:clamp(38px,5vw,66px);font-weight:900;line-height:1}.about-story-content>p:not(.about-section-label){color:#444;margin:22px 0 0;font-size:16px;line-height:1.85}.about-story-signature{align-items:center;gap:9px;margin-top:28px;font-weight:900;display:flex}.about-values-section{background:#f3e7ff;border-top:2px solid #111;border-bottom:2px solid #111;padding:95px max(20px,6vw)}.about-section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:28px;width:min(1200px,100%);margin:0 auto;display:grid}.about-value-card{text-align:center;background:#fff;border:2px solid #111;padding:38px 28px;box-shadow:9px 9px #ff69b4}.about-value-icon{background:#ffd9ec;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 20px;display:flex}.about-value-card h3{text-transform:uppercase;margin:0 0 13px;font-size:20px}.about-value-card p{color:#555;margin:0;line-height:1.7}.about-feature-strip{color:#fff;background:#111;border-bottom:2px solid #111;grid-template-columns:repeat(3,1fr);gap:30px;padding:50px max(20px,7vw);display:grid}.about-feature-strip>article{justify-content:center;align-items:center;gap:17px;display:flex}.about-feature-strip article>div{color:#111;background:#ff69b4;border:2px solid #fff;border-radius:50%;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.about-feature-strip h3{text-transform:uppercase;margin:0 0 5px;font-size:15px}.about-feature-strip p{color:#ddd;margin:0;font-size:13px}.about-cta-section{background:linear-gradient(135deg,#ffb5d9,#ff69b4);justify-content:space-between;align-items:center;gap:50px;padding:90px max(25px,8vw);display:flex}.about-cta-section>div{max-width:770px}.about-cta-section span{margin-top:20px;font-size:16px;line-height:1.7;display:block}.about-cta-section>a{flex-shrink:0}@media (width<=900px){.about-hero,.about-story-section{grid-template-columns:1fr}.about-hero-art{min-height:450px}.about-values-grid,.about-feature-strip{grid-template-columns:1fr}.about-feature-strip>article{justify-content:flex-start}.about-cta-section{flex-direction:column;align-items:flex-start}}@media (width<=600px){.about-hero{padding:60px 20px}.about-hero-content h1{letter-spacing:-2px}.about-hero-art{min-height:390px}.about-art-card{width:185px;min-height:150px}.about-art-circle{width:180px;height:180px;font-size:29px}.about-story-section{width:min(100% - 24px,1200px);padding:65px 0}.about-story-image{padding:20px}.about-values-section{padding-top:65px;padding-bottom:65px}.about-cta-section{padding:65px 20px}}@media (width<=900px){.contact-content{grid-template-columns:1fr}.contact-bottom-strip{flex-direction:column;align-items:flex-start}}@media (width<=600px){.contact-content{width:min(100% - 24px,1200px);padding-top:60px}.contact-form{padding:22px}.contact-form-grid{grid-template-columns:1fr}.contact-full-field{grid-column:auto}.contact-bottom-strip{padding:60px 20px}}.contact-page{color:#111;background:#fffafb;min-height:75vh}.contact-banner{text-align:center;background:linear-gradient(135deg,#ffd9ec,#ff82c4);border-bottom:2px solid #111;padding:65px 20px}.contact-banner>p,.contact-section-label,.contact-form-heading>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 11px;font-size:12px;font-weight:900}.contact-banner h1{margin:0;font-size:clamp(45px,8vw,82px);font-weight:900;line-height:1}.contact-breadcrumb{justify-content:center;gap:9px;margin-top:20px;font-size:13px;display:flex}.contact-breadcrumb a{color:#111;text-decoration:none}.contact-content{grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;width:min(1200px,100% - 40px);margin:0 auto;padding:90px 0 110px;display:grid}.contact-information h2,.contact-form-heading h2,.contact-bottom-strip h2{margin:0;font-size:clamp(35px,5vw,60px);font-weight:900;line-height:1}.contact-description{color:#555;margin:23px 0 32px;font-size:16px;line-height:1.8}.contact-info-list{gap:15px;display:grid}.contact-info-list article{background:#fff;border:2px solid #111;align-items:center;gap:15px;padding:17px;display:flex;box-shadow:5px 5px #d9a9ff}.contact-info-icon{background:#ff69b4;border:2px solid #111;border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-info-list article>div:last-child{gap:4px;display:grid}.contact-info-list span{color:#777;letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:900}.contact-info-list a,.contact-info-list p{color:#111;margin:0;font-size:14px;font-weight:800;text-decoration:none}.contact-form{background:#fff;border:2px solid #111;padding:35px;box-shadow:12px 12px #ff69b4}.contact-form-heading{margin-bottom:30px}.contact-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.contact-full-field{grid-column:1/-1}.contact-field label{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.contact-field input,.contact-field textarea{color:#111;width:100%;font:inherit;background:#fffafb;border:2px solid #111;outline:none;padding:13px 14px}.contact-field textarea{resize:vertical}.contact-field input:focus,.contact-field textarea:focus{box-shadow:4px 4px #d9a9ff}.contact-form-message{background:#e6ffd8;border:2px solid #111;margin-top:20px;padding:14px;font-size:13px;font-weight:800}.contact-form>button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;align-items:center;gap:9px;margin-top:25px;padding:14px 22px;font-weight:900;display:inline-flex;box-shadow:6px 6px #111}.contact-bottom-strip{background:#d9a9ff;border-top:2px solid #111;justify-content:space-between;align-items:center;gap:45px;padding:75px max(25px,8vw);display:flex}.contact-bottom-strip p{letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.contact-bottom-strip a{color:#fff;background:#111;border:2px solid #111;flex-shrink:0;padding:14px 22px;font-weight:900;text-decoration:none;box-shadow:6px 6px #ff69b4}@media (width<=900px){.contact-content{grid-template-columns:1fr}.contact-bottom-strip{flex-direction:column;align-items:flex-start}}@media (width<=600px){.contact-content{width:min(100% - 24px,1200px);padding-top:60px}.contact-form{padding:22px}.contact-form-grid{grid-template-columns:1fr}.contact-full-field{grid-column:auto}.contact-bottom-strip{padding:60px 20px}}.search-modal{z-index:10000;justify-content:center;align-items:flex-start;padding:90px 20px 30px;display:flex;position:fixed;inset:0}.search-modal-overlay{cursor:pointer;background:#111111b8;border:0;position:absolute;inset:0}.search-modal-content{z-index:1;background:#fffafb;border:2px solid #111;width:min(760px,100%);max-height:calc(100vh - 120px);padding:30px;position:relative;overflow-y:auto;box-shadow:12px 12px #ff69b4}.search-modal-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.search-modal-heading p{letter-spacing:2px;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:900}.search-modal-heading h2{margin:0;font-size:clamp(30px,5vw,48px);line-height:1}.search-close-button{color:#111;cursor:pointer;background:#fff;border:2px solid #111;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:4px 4px #d9a9ff}.header-search-form{background:#fff;border:2px solid #111;align-items:center;gap:12px;width:100%;padding:5px 5px 5px 15px;display:flex}.header-search-form input{color:#111;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1;padding:12px 0}.search-clear-button{color:#111;cursor:pointer;background:#ffd9ec;border:0;padding:10px 13px;font-size:12px;font-weight:900}.search-results-area{min-height:210px;padding:24px 0}.search-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.search-empty-state h3{text-transform:uppercase;margin:15px 0 7px;font-size:22px}.search-empty-state p{color:#666;margin:0}.search-results-list{gap:14px;display:grid}.search-result-card{color:#111;background:#fff;border:2px solid #111;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:15px;padding:12px;text-decoration:none;transition:all .2s;display:grid}.search-result-card:hover{transform:translate(-3px,-3px);box-shadow:6px 6px #d9a9ff}.search-result-image{background:#f5f5f5;border:2px solid #111;width:82px;height:90px;overflow:hidden}.search-result-image img{object-fit:cover;width:100%;height:100%;display:block}.search-result-details p{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 5px;font-size:10px;font-weight:900}.search-result-details h3{text-transform:uppercase;margin:0 0 8px;font-size:16px}.search-result-details strong{font-size:14px}.search-view-all-button{color:#111;background:#ff69b4;border:2px solid #111;justify-content:center;align-items:center;width:100%;padding:14px 20px;font-weight:900;text-decoration:none;display:flex;box-shadow:5px 5px #111}.wishlist-header-button{position:relative}.header-wishlist-count{color:#111;background:#ff69b4;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;font-weight:900;display:flex;position:absolute;top:1px;right:0}@media (width<=600px){.search-modal{padding:30px 12px}.search-modal-content{max-height:calc(100vh - 60px);padding:20px}.search-modal-heading h2{font-size:30px}.search-result-card{grid-template-columns:68px minmax(0,1fr)}.search-result-image{width:68px;height:76px}.search-result-details h3{font-size:14px}}.login-page{background:#fffafb;min-height:80vh}.login-container{grid-template-columns:1fr 1fr;min-height:760px;display:grid}.login-brand-panel{background:linear-gradient(135deg,#ffd9ec,#ff73bc);border-right:2px solid #111;flex-direction:column;justify-content:center;padding:70px max(35px,8vw);display:flex}.login-logo-link{background:#fff;border:2px solid #111;border-radius:50%;width:95px;height:95px;margin-bottom:40px;display:block;overflow:hidden;box-shadow:7px 7px #d9a9ff}.login-logo-link img{object-fit:cover;width:100%;height:100%;display:block}.login-small-heading{letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:900}.login-brand-panel h1{margin:0;font-size:clamp(48px,6vw,85px);font-weight:900;line-height:.92}.login-brand-panel h1 span{color:#fff;text-shadow:-2px -2px #111,2px -2px #111,-2px 2px #111,2px 2px #111;display:block}.login-brand-description{max-width:620px;margin:28px 0;font-size:16px;line-height:1.8}.login-brand-points{gap:14px;display:grid}.login-brand-points article{align-items:center;gap:13px;display:flex}.login-brand-points span{background:#fff;border:2px solid #111;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:12px;font-weight:900;display:flex}.login-brand-points p{margin:0;font-weight:800}.login-form-panel{background:#f4e8ff;justify-content:center;align-items:center;padding:70px 30px;display:flex}.login-form-card{background:#fff;border:2px solid #111;width:min(500px,100%);padding:34px;box-shadow:12px 12px #ff69b4}.login-tabs{border:2px solid #111;grid-template-columns:1fr 1fr;margin-bottom:30px;display:grid}.login-tabs button{color:#111;cursor:pointer;background:#fff;border:0;padding:13px;font-weight:900}.login-tabs button:first-child{border-right:2px solid #111}.login-tabs button.active{background:#ff69b4}.login-form-heading{text-align:center;margin-bottom:30px}.login-user-icon{background:#ffd9ec;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;margin:0 auto 18px;display:flex;box-shadow:5px 5px #d9a9ff}.login-form-heading p{letter-spacing:2px;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:900}.login-form-heading h2{margin:0;font-size:43px;line-height:1}.login-form-heading span{color:#666;margin-top:10px;display:block}.login-field{margin-bottom:20px}.login-field label{text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.login-input-wrapper{background:#fffafb;border:2px solid #111;align-items:center;gap:10px;padding:0 13px;display:flex}.login-input-wrapper input{color:#111;min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1;padding:13px 0}.login-password-button{color:#111;cursor:pointer;background:0 0;border:0;padding:5px;display:flex}.login-options{justify-content:space-between;gap:15px;margin-bottom:22px;font-size:12px;display:flex}.login-options label{align-items:center;gap:7px;display:flex}.login-options input{accent-color:#ff69b4}.login-options button{color:#111;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.login-message{background:#ffd9ec;border:2px solid #111;margin-bottom:20px;padding:13px;font-size:13px;font-weight:800}.login-submit-button{color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;width:100%;padding:14px 20px;font-weight:900;box-shadow:6px 6px #111}.login-register-text{text-align:center;margin:25px 0 0;font-size:13px}.login-register-text button{color:#111;cursor:pointer;background:0 0;border:0;padding:0;font-weight:900;text-decoration:underline}.login-back-home{color:#111;text-align:center;margin-top:22px;font-size:13px;font-weight:800;display:block}@media (width<=900px){.login-container{grid-template-columns:1fr}.login-brand-panel{border-bottom:2px solid #111;border-right:0;min-height:560px}}@media (width<=600px){.login-brand-panel{padding:55px 20px}.login-form-panel{padding:55px 14px}.login-form-card{padding:22px}.login-options{flex-direction:column;align-items:flex-start}}.not-found-page{background:radial-gradient(circle at 15% 20%,#ffd9ec 0 9%,#0000 10%),radial-gradient(circle at 85% 80%,#d9a9ff 0 10%,#0000 11%),#fffafb;justify-content:center;align-items:center;min-height:78vh;padding:100px 20px;display:flex}.not-found-card{text-align:center;background:#fff;border:2px solid #111;width:min(700px,100%);padding:60px 35px;box-shadow:12px 12px #ff69b4,24px 24px #d9a9ff}.not-found-small-text{letter-spacing:2px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.not-found-card h1{color:#ff69b4;text-shadow:-3px -3px #111,3px -3px #111,-3px 3px #111,3px 3px #111;margin:0;font-size:clamp(100px,20vw,210px);font-weight:900;line-height:.85}.not-found-card h2{margin:25px 0 0;font-size:clamp(32px,6vw,58px);font-weight:900;line-height:1}.not-found-description{color:#555;max-width:500px;margin:22px auto 30px;font-size:16px;line-height:1.8}.not-found-actions{justify-content:center;align-items:center;gap:15px;display:flex}.not-found-actions a{color:#111;border:2px solid #111;justify-content:center;align-items:center;gap:9px;padding:14px 20px;font-weight:900;text-decoration:none;display:inline-flex}.not-found-home-button{background:#ff69b4;box-shadow:5px 5px #111}.not-found-shop-button{background:#d9a9ff;box-shadow:5px 5px #111}.not-found-back-button{color:#111;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-top:28px;padding:5px;font-weight:800;text-decoration:underline;display:inline-flex}@media (width<=600px){.not-found-page{padding:70px 14px}.not-found-card{padding:45px 20px;box-shadow:8px 8px #ff69b4,16px 16px #d9a9ff}.not-found-actions{flex-direction:column}.not-found-actions a{width:100%}}.shop-product-image-wrapper{position:relative}.shop-wishlist-button{z-index:5;color:#111;cursor:pointer;background:#fff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;position:absolute;top:13px;right:13px;box-shadow:4px 4px #d9a9ff}.shop-wishlist-button:hover,.shop-wishlist-button.active{background:#ff69b4}.shop-add-cart{justify-content:center;align-items:center;gap:8px;display:flex}.shop-success-message{z-index:9999;color:#111;background:#ff69b4;border:2px solid #111;max-width:350px;padding:14px 20px;font-size:14px;font-weight:900;animation:.3s shopMessageShow;position:fixed;top:120px;right:25px;box-shadow:6px 6px #d9a9ff}@keyframes shopMessageShow{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.shop-reset-button{color:#111;cursor:pointer;background:#fff;border:2px solid #111;padding:9px 13px;font-size:11px;font-weight:900;box-shadow:3px 3px #ff69b4}@media (width<=600px){.shop-success-message{text-align:center;max-width:none;top:95px;left:15px;right:15px}.shop-results-row{flex-direction:column;align-items:flex-start;gap:12px}}.admin-login-badge{color:#111;letter-spacing:1px;text-transform:uppercase;background:#d9a9ff;border:2px solid #111;justify-content:center;align-items:center;gap:7px;width:fit-content;margin:0 auto 28px;padding:9px 13px;font-size:11px;font-weight:900;display:flex;box-shadow:4px 4px #ff69b4}.policy-page{color:#111;background:#fffafb;min-height:75vh}.policy-hero{text-align:center;background:linear-gradient(135deg,#ffd9ec,#ff82c4);border-bottom:2px solid #111;padding:70px 20px}.policy-hero>p{letter-spacing:2px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.policy-hero h1{margin:0;font-size:clamp(42px,8vw,80px);font-weight:900;line-height:1}.policy-breadcrumb{justify-content:center;gap:9px;margin-top:20px;font-size:13px;display:flex}.policy-breadcrumb a{color:#111;text-decoration:none}.policy-content{width:min(1050px,100% - 40px);margin:0 auto;padding:80px 0 110px}.policy-intro-card{background:#fff;border:2px solid #111;align-items:flex-start;gap:20px;margin-bottom:45px;padding:30px;display:flex;box-shadow:10px 10px #ff69b4}.policy-intro-card h2{margin:0 0 12px;font-size:clamp(28px,4vw,44px)}.policy-intro-card p{color:#555;margin:0;line-height:1.8}.policy-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:50px;display:grid}.policy-card{background:#fff;border:2px solid #111;padding:28px;box-shadow:7px 7px #d9a9ff}.policy-icon{background:#ff69b4;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:18px;display:flex}.policy-card h3{text-transform:uppercase;margin:0 0 12px;font-size:20px}.policy-card p,.policy-section p,.policy-contact-box p{color:#555;margin:0;line-height:1.8}.policy-section{border-top:2px solid #111;padding:30px 0}.policy-section h2{margin:0 0 14px;font-size:27px}.policy-contact-box{text-align:center;background:#d9a9ff;border:2px solid #111;margin-top:40px;padding:38px;box-shadow:10px 10px #ff69b4}.policy-contact-box h2{margin:0 0 12px;font-size:32px}.policy-contact-box a{color:#fff;background:#111;border:2px solid #111;margin-top:22px;padding:13px 21px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:5px 5px #ff69b4}@media (width<=700px){.policy-content{width:min(100% - 24px,1050px);padding-top:55px}.policy-grid{grid-template-columns:1fr}.policy-intro-card{flex-direction:column}.policy-contact-box{padding:30px 20px}}.return-steps{gap:16px;display:grid}.return-steps article{background:#fff;border:2px solid #111;align-items:center;gap:15px;padding:17px;display:flex;box-shadow:5px 5px #d9a9ff}.return-steps span{background:#ff69b4;border:2px solid #111;border-radius:50%;flex:0 0 45px;justify-content:center;align-items:center;width:45px;height:45px;font-size:12px;font-weight:900;display:flex}.return-steps p{color:#444;margin:0;line-height:1.7}.return-warning-box{background:#ffd9e3;border:2px solid #111;align-items:flex-start;gap:15px;margin-top:35px;padding:22px;display:flex;box-shadow:7px 7px #111}.return-warning-box p{margin:0;font-weight:800;line-height:1.7}.privacy-note-box{background:#e8dcff;border:2px solid #111;align-items:flex-start;gap:16px;margin-top:35px;padding:24px;display:flex;box-shadow:7px 7px #ff69b4}.privacy-note-box h3{text-transform:uppercase;margin:0 0 8px;font-size:20px}.privacy-note-box p{color:#444;margin:0;line-height:1.7}.terms-note-box{background:#fff0c9;border:2px solid #111;align-items:flex-start;gap:16px;margin-top:35px;padding:24px;display:flex;box-shadow:7px 7px #ff69b4}.terms-note-box h3{text-transform:uppercase;margin:0 0 8px;font-size:20px}.terms-note-box p{color:#444;margin:0;line-height:1.7}.footer-contact-column{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-contact-column p,.footer-contact-column a{color:inherit;margin:0;font-size:14px;line-height:1.6;text-decoration:none}.footer-contact-column a:hover,.footer-links-column a:hover,.footer-bottom-links a:hover{text-decoration:underline}.footer-newsletter-message{width:100%;margin:14px 0 0;font-size:13px;font-weight:800}.footer-bottom-links{justify-content:center;align-items:center;gap:15px;display:flex}.footer-bottom-links a{color:inherit;font-size:12px;font-weight:800;text-decoration:none}@media (width<=700px){.footer-bottom{text-align:center;flex-direction:column;gap:12px}}.online-payment-section{background:#fff8fc;border:2px solid #111;margin-top:25px;padding:22px}.online-payment-heading{margin-bottom:18px}.online-payment-heading p{color:#777;letter-spacing:1px;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:900}.online-payment-heading h3{margin:0;font-size:21px}.online-payment-methods{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.online-payment-method{cursor:pointer;background:#fff;border:2px solid #111;align-items:center;gap:10px;padding:14px;display:flex}.online-payment-method.active{background:#ffd9ec;box-shadow:4px 4px #d9a9ff}.online-payment-method input{accent-color:#ff69b4}.payment-account-box{background:#e8dcff;border:2px dashed #111;margin-bottom:20px;padding:18px}.payment-account-box h4{text-transform:uppercase;margin:0 0 12px;font-size:17px}.payment-account-box p{margin:7px 0;font-size:13px;line-height:1.6}.payment-receipt-section{margin-top:20px}.payment-receipt-upload{text-align:center;cursor:pointer;background:#fff;border:2px dashed #111;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 20px;display:flex}.payment-receipt-upload:hover{background:#fff0f8}.payment-receipt-upload strong{text-transform:uppercase;font-size:14px}.payment-receipt-upload span{color:#666;font-size:12px}.payment-receipt-upload input{display:none}.payment-receipt-preview{background:#fff;border:2px solid #111;grid-template-columns:70px minmax(0,1fr) 40px;align-items:center;gap:13px;margin-top:15px;padding:12px;display:grid}.payment-receipt-preview img,.payment-pdf-preview{border:2px solid #111;width:70px;height:70px}.payment-receipt-preview img{object-fit:cover}.payment-pdf-preview{background:#ffd9ec;flex-direction:column;justify-content:center;align-items:center;font-size:9px;font-weight:900;display:flex}.payment-receipt-preview>div:nth-child(2){gap:5px;min-width:0;display:grid}.payment-receipt-preview>div:nth-child(2) strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.payment-receipt-preview>div:nth-child(2) span{color:#777;font-size:11px}.payment-receipt-preview button{color:#111;cursor:pointer;background:#ffd9e3;border:2px solid #111;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.checkout-payment-verification-note{background:#e8dcff;border:2px solid #111;margin:20px 0 28px;padding:15px;font-size:13px;line-height:1.7}@media (width<=600px){.online-payment-section{padding:15px}.online-payment-methods{grid-template-columns:1fr}.payment-receipt-preview{grid-template-columns:58px minmax(0,1fr) 38px}.payment-receipt-preview img,.payment-pdf-preview{width:58px;height:58px}}.scroll-to-top-button{z-index:9998;color:#111;cursor:pointer;background:#ff69b4;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;animation:.25s scrollButtonShow;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:5px 5px #d9a9ff}.scroll-to-top-button:hover{transform:translate(3px,3px);box-shadow:2px 2px #d9a9ff}@keyframes scrollButtonShow{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.scroll-to-top-button{width:44px;height:44px;bottom:16px;right:16px}}.admin-page{color:#111;background:#f8f3fb;grid-template-columns:270px minmax(0,1fr);min-height:100vh;display:grid}.admin-form-field textarea{width:100%;font:inherit;resize:vertical;background:#fff;border:2px solid #111;outline:none;padding:13px}.admin-brand-logo{color:#111;background:#ff69b4;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:18px;font-weight:900;display:flex}
