*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--font-base-size, 16px);scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body, "Lato", sans-serif);font-size:1rem;line-height:var(--font-line-height, 1.6);color:var(--color-text-primary, #1A1A1A);background-color:var(--color-background, #FFFFFF);overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none;transition:color .25s ease}a:hover{color:var(--color-primary, #60195E)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;border:none;background:none;outline:none}button{cursor:pointer}ul,ol{list-style:none}table{border-collapse:collapse;width:100%}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--color-primary);color:#fff;padding:12px 24px;z-index:10000;font-weight:600;border-radius:0 0 var(--border-radius) var(--border-radius);transition:top .3s ease}.skip-to-content:focus{top:0}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Playfair Display", serif);font-weight:var(--font-heading-weight, 600);line-height:1.25;color:var(--color-text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:1rem}.text-serif{font-family:var(--font-heading)}.text-sans{font-family:var(--font-body)}.text-uppercase{text-transform:uppercase;letter-spacing:.08em}.text-muted{color:var(--color-text-secondary)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.tagline{font-family:var(--font-body);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);font-weight:600}.page-width{max-width:var(--page-width, 1280px);margin:0 auto;padding-left:20px;padding-right:20px}.section-padding{padding-top:var(--section-padding, 60px);padding-bottom:var(--section-padding, 60px)}.section-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:var(--font-heading-weight);text-align:center;margin-bottom:40px;position:relative}.section-title:after{content:"";display:block;width:60px;height:2px;background:var(--color-accent);margin:12px auto 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.section-header .section-title{margin-bottom:0;text-align:left}.section-header .section-title:after{margin:12px 0 0}.view-all-link{font-size:.875rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;display:inline-flex;align-items:center;gap:6px;transition:gap .3s ease}.view-all-link:hover{gap:10px}.view-all-link svg{width:16px;height:16px;transition:transform .3s ease}.view-all-link:hover svg{transform:translate(3px)}.grid{display:grid;gap:var(--grid-gap, 20px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--btn-border-radius, 2px);padding:12px 32px;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;text-decoration:none;white-space:nowrap}.btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff1f;transform:translate(-100%);transition:transform .4s ease}.btn:hover:after{transform:translate(0)}.btn-primary{background-color:var(--btn-primary-bg, #60195E);color:var(--btn-primary-text, #fff);border:2px solid var(--btn-primary-bg, #60195E)}.btn-primary:hover{background-color:var(--color-primary-hover, #7D1F7D);border-color:var(--color-primary-hover, #7D1F7D);color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #60195e4d}.btn-secondary{background-color:var(--btn-secondary-bg, #D4AF37);color:var(--btn-secondary-text, #fff);border:2px solid var(--btn-secondary-bg, #D4AF37)}.btn-secondary:hover{background-color:var(--color-accent-dark, #B8860B);border-color:var(--color-accent-dark, #B8860B);color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #d4af374d}.btn-outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:#fff;transform:translateY(-1px)}.btn-outline-white{background:transparent;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#fff;color:var(--color-primary)}.btn-gold{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;border:none}.btn-gold:hover{background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent));transform:translateY(-1px);box-shadow:0 4px 15px #d4af3766}.btn-sm{padding:8px 20px;font-size:.75rem}.btn-lg{padding:16px 40px;font-size:.875rem}.btn-full{width:100%}.btn-icon{padding:10px;border-radius:50%;width:40px;height:40px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.8125rem;font-weight:600;margin-bottom:6px;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.04em}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:.9375rem;color:var(--color-text-primary);background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #60195e1a}.form-input::placeholder{color:#aaa}.form-textarea{min-height:100px;resize:vertical}.form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.badge{display:inline-flex;align-items:center;padding:3px 10px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:3px;line-height:1.4}.badge-new{background:var(--color-primary);color:#fff}.badge-sale{background:var(--color-error);color:#fff}.badge-bestseller{background:var(--color-accent);color:#fff}.badge-try-at-home{background:#2196f3;color:#fff}.badge-fast-delivery{background:var(--color-success);color:#fff}.badge-store-pickup{background:#ff9800;color:#fff}.badge-low-stock{background:transparent;color:var(--color-error);border:1px solid var(--color-error)}.product-card{position:relative;background:#fff;border-radius:var(--border-radius);overflow:hidden;display:flex;flex-direction:column;height:100%;transition:box-shadow .35s ease,transform .35s ease}.product-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-3px)}.product-card__image-wrap{position:relative;aspect-ratio:var(--product-card-image-ratio, 3 / 4);flex:0 0 auto;overflow:hidden;background:var(--product-card-image-bg, var(--color-surface))}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--product-card-image-fit, cover);object-position:center;transition:opacity .5s ease}.product-card__image--secondary{opacity:0;transition:opacity .5s ease}@media(hover:hover)and (pointer:fine){.product-card__image-wrap:has(.product-card__image--secondary):hover .product-card__image--primary{opacity:0}.product-card__image-wrap:hover .product-card__image--secondary{opacity:1}}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.product-card__custom-badge{position:absolute;top:10px;right:10px;z-index:3;max-width:calc(100% - 20px);background:#60195e;color:#fff;box-shadow:0 2px 8px #00000024}.product-card__wishlist{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;border:none}.product-card--has-custom-badge .product-card__wishlist{top:48px}.product-card__wishlist:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 8px #0000001a}.product-card__wishlist svg{width:18px;height:18px;stroke:var(--color-text-secondary);fill:none;transition:all .3s ease}.product-card__wishlist.active svg{fill:var(--color-error);stroke:var(--color-error)}.product-card__image-wrap>.product-card__add-to-bag{display:none!important}.product-card__add-to-bag{position:absolute;bottom:0;left:0;right:0;padding:10px;transform:translateY(100%);opacity:0;transition:transform .35s ease,opacity .35s ease;z-index:2}.product-card:hover .product-card__add-to-bag{transform:translateY(0);opacity:1}.product-card__add-to-bag .btn{width:100%;font-size:.75rem;padding:10px 20px;min-height:var(--product-card-mobile-add-height, 42px);background-color:var(--product-card-add-bg, var(--btn-primary-bg));border-color:var(--product-card-add-bg, var(--btn-primary-bg));color:var(--product-card-add-text, var(--btn-primary-text))}.product-card__add-to-bag--mobile{display:var(--product-card-mobile-add-display, block);position:static;transform:translateY(0);opacity:1;visibility:visible;padding:10px 0 0;z-index:auto}.product-card__info{padding:14px 12px 18px;min-height:190px;display:flex;flex-direction:column;flex:1 1 auto}.product-card__name{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:4px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.4;min-height:1.4em;transition:color .25s ease}.product-card:hover .product-card__name{color:var(--color-primary)}.product-card__metal{font-size:.75rem;color:var(--color-text-secondary);margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:20px;margin-bottom:8px}.product-card__meta-row .product-card__metal{min-width:0;margin-bottom:0}.product-card__swatch-row{display:flex;justify-content:flex-end;align-items:center;min-height:18px;margin:-3px -2px 0 0;padding:3px 2px;max-width:62%;overflow:visible;flex:0 0 auto}.product-card__colour-swatches{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;flex:0 0 auto}.product-card__colour-swatch,.filter-checkbox__colour-dot{width:14px;height:14px;border-radius:50%;background:var(--swatch-color, #E5E0D8);border:1px solid rgba(0,0,0,.14);box-shadow:inset 0 0 0 1px #ffffff59;flex:0 0 auto}.product-card__colour-swatch{display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.product-card__colour-swatch:hover,.product-card__colour-swatch:focus-visible{transform:scale(1.15);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--color-primary)}.product-card__colour-swatch--light,.filter-checkbox__colour-dot--light{border-color:#00000038;box-shadow:inset 0 0 0 1px #00000014}.product-card__colour-more{color:var(--color-text-secondary);font-size:.6875rem;line-height:1}.product-card__price-row{display:flex;align-items:center;gap:8px;flex:1 1 auto;flex-wrap:nowrap;min-width:0;margin-bottom:0;overflow:hidden}.product-card__price-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:22px;margin-bottom:4px;overflow:visible}.product-card__price-block{margin-top:auto}.product-card__price{font-size:1rem;font-weight:700;color:var(--color-text-primary);white-space:nowrap}.product-card__price--compare{font-size:.8125rem;color:var(--color-text-secondary);text-decoration:line-through;font-weight:400;white-space:nowrap}.product-card__discount{font-size:.6875rem;font-weight:700;color:var(--color-error)}.product-card__best-price{color:var(--color-success);font-size:.8125rem;line-height:1.3;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__stock-strip{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:7px 10px;background:transparent;color:var(--stock-strip-text, #fff);font-size:.75rem;font-weight:700;text-align:center;line-height:1;overflow:hidden;animation:stockStripPulse 1.6s ease-in-out infinite}.product-card__stock-strip:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--stock-strip-bg, #60195e);opacity:.5}@keyframes stockStripPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.product-card__sold-out{background:var(--sold-out-bg, var(--color-error))!important;border-color:var(--sold-out-bg, var(--color-error))!important;color:var(--sold-out-text, #fff)!important;cursor:not-allowed}.product-card__rating{display:flex;align-items:center;gap:4px;font-size:.75rem;color:var(--color-text-secondary);min-height:18px;margin:0 0 8px}.product-card__rating--meta{justify-content:flex-end;flex:0 0 auto;min-height:0;margin:0;font-size:.6875rem;white-space:nowrap}.product-card__rating--meta .product-card__stars svg{width:10px;height:10px}.product-card__stars{display:flex;gap:1px}.product-card__stars svg{width:12px;height:12px}.star-filled{fill:#ffb800;stroke:#ffb800}.star-empty{fill:#e0e0e0;stroke:#e0e0e0}.breadcrumb{padding:16px 0;font-size:.8125rem;color:var(--color-text-secondary)}.breadcrumb a{color:var(--color-text-secondary);transition:color .25s}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb__separator{margin:0 8px;opacity:.5}.breadcrumb__current{color:var(--color-text-primary);font-weight:500}.scroll-strip{display:flex;gap:var(--grid-gap);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.scroll-strip::-webkit-scrollbar{display:none}.scroll-strip>*{scroll-snap-align:start;flex-shrink:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9990;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.overlay.active{opacity:1;visibility:visible}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;z-index:9991;opacity:0;visibility:hidden;transition:all .35s cubic-bezier(.25,.8,.25,1);box-shadow:0 25px 50px #00000026}.modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.modal__title{font-size:1.125rem;font-weight:600}.modal__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .25s;cursor:pointer}.modal__close:hover{background:var(--color-surface)}.modal__body{padding:24px}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden}.qty-stepper__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;color:var(--color-text-primary);background:var(--color-surface);cursor:pointer;transition:background .2s;border:none}.qty-stepper__btn:hover{background:var(--color-border)}.qty-stepper__input{width:48px;height:36px;text-align:center;font-size:.9375rem;font-weight:600;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);-moz-appearance:textfield}.qty-stepper__input::-webkit-inner-spin-button,.qty-stepper__input::-webkit-outer-spin-button{-webkit-appearance:none}.icon-badge{position:relative;display:inline-flex}.icon-badge__count{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:var(--color-primary);color:#fff;font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.price{font-family:var(--font-body);font-weight:700}.price--current{font-size:1.375rem;color:var(--color-text-primary)}.price--compare{font-size:.9375rem;color:var(--color-text-secondary);text-decoration:line-through;font-weight:400}.price--savings{font-size:.8125rem;color:var(--color-success);font-weight:600}.tabs{display:flex;border-bottom:2px solid var(--color-border);gap:0;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab-btn{padding:12px 24px;font-size:.875rem;font-weight:600;color:var(--color-text-secondary);border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:all .3s ease;background:none;border-top:none;border-left:none;border-right:none}.tab-btn:hover{color:var(--color-primary)}.tab-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.tab-content{display:none;padding:24px 0}.tab-content.active{display:block;animation:fadeIn .3s ease}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:.9375rem;font-weight:600;color:var(--color-text-primary);cursor:pointer;background:none;border:none;text-align:left}.accordion-header svg{width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.accordion-item.open .accordion-header svg{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.accordion-item.open .accordion-body{max-height:1000px;padding-bottom:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-in{animation:fadeIn .5s ease}.animate-fade-in-up{animation:fadeInUp .6s ease}.animate-bounce{animation:bounce 2s ease infinite}.spinner{width:36px;height:36px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.spinner-sm{width:20px;height:20px;border-width:2px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--border-radius)}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background:var(--color-primary);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:900;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 12px #60195e4d}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #60195e66}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;opacity:0}.carousel-wrap:hover .carousel-nav{opacity:1}.carousel-nav:hover{background:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-50%) scale(1.05)}.carousel-nav svg{width:18px;height:18px;stroke:var(--color-text-primary)}.carousel-nav--prev{left:12px}.carousel-nav--next{right:12px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:var(--color-primary);transform:scale(1.2)}.trust-icon{width:40px;height:40px;fill:var(--color-primary)}.trust-icon--sm{width:24px;height:24px}.divider{height:1px;background:var(--color-border);margin:20px 0}.divider--thick{height:2px}.tag{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid var(--color-border);border-radius:20px;font-size:.8125rem;color:var(--color-text-secondary);cursor:pointer;transition:all .25s ease}.tag:hover,.tag.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.tag__remove{margin-left:6px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .25s}.tag__remove:hover{opacity:1}.empty-state{text-align:center;padding:60px 20px}.empty-state__icon{width:80px;height:80px;margin:0 auto 20px;opacity:.3}.empty-state__title{font-size:1.25rem;margin-bottom:8px}.empty-state__text{color:var(--color-text-secondary);margin-bottom:24px}@media(max-width:1280px){.page-width{padding-left:24px;padding-right:24px}}@media(max-width:1024px){h1{font-size:2rem}h2{font-size:1.625rem}h3{font-size:1.25rem}.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){:root{--section-padding: 32px;--grid-gap: 12px}html{font-size:15px}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5,h6{font-size:.9375rem}body{overflow-x:hidden;-webkit-text-size-adjust:100%}.page-width{padding-left:16px;padding-right:16px}.section-padding{padding-top:32px;padding-bottom:32px}.section-title{font-size:1.25rem;margin-bottom:20px}.section-title:after{width:40px;margin-top:8px}.section-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.grid-2{grid-template-columns:1fr}.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(2,1fr)}.btn{padding:10px 20px;font-size:.75rem;letter-spacing:.06em}.btn-lg{padding:14px 28px;font-size:.8125rem}.btn-sm{padding:8px 16px;font-size:.6875rem}.product-card{border-radius:var(--border-radius);overflow:hidden}.product-card:hover{transform:none;box-shadow:none}.product-card__image-wrap>.product-card__add-to-bag{display:none!important}.product-card__add-to-bag--mobile{display:var(--product-card-mobile-add-display, block);transform:translateY(0);opacity:1;visibility:visible;position:static;padding:8px 0 10px;z-index:auto}.product-card__info{padding:10px 10px 12px}.product-card__name{font-size:.8125rem;-webkit-line-clamp:2}.product-card__price{font-size:.875rem}.product-card__price--compare{font-size:.6875rem}.product-card__price-line{gap:6px}.product-card__swatch-row{max-width:58%}.product-card__colour-swatches{gap:3px}.product-card__colour-swatch{width:12px;height:12px}.product-card__metal{font-size:.6875rem}.product-card__wishlist{width:32px;height:32px}.product-card__wishlist svg{width:14px;height:14px}.product-card__badges{top:6px;left:6px}.product-card__custom-badge{top:6px;right:6px}.product-card--has-custom-badge .product-card__wishlist{top:40px}.badge{font-size:.5625rem;padding:2px 6px}.hero-slider__headline{font-size:1.5rem!important;line-height:1.2;margin-bottom:10px}.hero-slider__subheadline{font-size:.875rem;margin-bottom:16px;line-height:1.5}.hero-slider__content{padding:20px 16px;align-items:flex-end!important;justify-content:flex-start!important}.hero-slider__text{max-width:100%}.hero-slider__ctas{flex-direction:column;gap:8px;width:100%}.hero-slider__ctas .btn{width:100%;text-align:center}.hero-slider .carousel-nav{display:none}.hero-slider__dots{bottom:12px}.category-icons__grid{grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.category-icons__item{padding:8px!important}.category-icons__icon{width:48px!important;height:48px!important}.category-icons__label{font-size:.625rem!important;margin-top:4px}.trust-bar__grid{grid-template-columns:repeat(2,1fr)!important;gap:12px}.trust-bar__item{gap:10px;padding:6px 0}.trust-bar__title{font-size:.75rem!important}.trust-bar__subtitle{font-size:.6875rem!important}.product-detail__layout{grid-template-columns:1fr!important;gap:20px!important}.product-detail__title{font-size:1.125rem!important}.product-detail__price{font-size:1.25rem!important}.product-detail__actions{flex-wrap:wrap}.product-detail__actions .btn{flex:1;min-width:0}.product-detail__highlights{grid-template-columns:1fr 1fr!important;gap:8px!important}.product-detail__highlight{font-size:.75rem!important;gap:6px!important}.product-detail__thumbnails{gap:6px}.product-detail__thumb{width:50px!important;height:50px!important}.size-pill,.option-pill{padding:6px 12px;font-size:.75rem}.cart-page__layout{grid-template-columns:1fr!important;gap:20px}.cart-item{gap:12px;padding:16px 0}.cart-item__image{width:80px!important;height:80px!important}.cart-item__title{font-size:.8125rem}.cart-item__price{font-size:.875rem}.cart-item__actions{flex-wrap:wrap;gap:8px}.cart-item__line-total{display:none}.cart-summary{position:static!important;border-radius:var(--border-radius)}.qty-stepper__btn{width:32px;height:32px;font-size:1rem}.qty-stepper__input{width:40px;height:32px;font-size:.8125rem}.collection-listing__grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.collection-listing__sidebar{display:none}.collection-listing__mobile-filter{display:flex!important}.split-banners__grid{grid-template-columns:1fr!important}.split-banners__headline{font-size:1.125rem!important}.split-banners__content{padding:16px}.collections-showcase__grid{grid-template-columns:1fr!important;gap:12px}.editorial-guides__grid{grid-template-columns:1fr!important;gap:16px}.store-locator__layout{grid-template-columns:1fr!important}.app-download__layout{grid-template-columns:1fr!important;text-align:center}.app-download__content{order:1}.app-download__image{order:2;max-width:280px;margin:0 auto}.app-download__badges{justify-content:center}.social-feed__grid{grid-template-columns:repeat(3,1fr)!important;gap:4px!important}.seo-links__columns{grid-template-columns:repeat(2,1fr)!important;gap:12px}.seo-links__column a{font-size:.75rem;padding:2px 0}.gold-rate-widget__grid{grid-template-columns:repeat(2,1fr)!important;gap:10px}.gold-rate-widget__card{padding:16px}.gold-rate-widget__price{font-size:1.25rem}.breadcrumb{font-size:.75rem;padding:10px 0;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.breadcrumb::-webkit-scrollbar{display:none}.breadcrumb__separator{margin:0 4px}.search-overlay__inner{max-width:100%;padding:16px;top:0;border-radius:0}.search-overlay__input{font-size:1rem;padding:14px 48px 14px 16px}.promo-banner__content{padding:20px 16px!important}.promo-banner__headline{font-size:1.25rem!important}.digital-gold__layout,.try-at-home__layout{grid-template-columns:1fr!important}.accordion-header{padding:14px 0;font-size:.875rem}.accordion-body{font-size:.8125rem}.form-input,.form-select,.form-textarea{padding:10px 14px;font-size:1rem}.carousel-nav{width:32px;height:32px;display:none}.carousel-nav--prev{left:4px}.carousel-nav--next{right:4px}.scroll-to-top{bottom:80px;right:12px;width:38px;height:38px}.whatsapp-fab{width:48px!important;height:48px!important;right:12px!important;bottom:20px!important}.whatsapp-fab svg{width:22px;height:22px}.whatsapp-tooltip{display:none!important}.footer-grid{grid-template-columns:1fr!important;gap:0}.footer-column{border-bottom:1px solid rgba(255,255,255,.1);padding:16px 0}.footer-column__title{font-size:.8125rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.footer-column__links{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer-column.open .footer-column__links{max-height:500px}.footer-bottom{flex-direction:column;gap:12px;text-align:center;font-size:.6875rem}.icon-badge__count{font-size:.5625rem;min-width:16px;height:16px;top:-2px;right:-2px}.announcement-bar__text{font-size:.6875rem!important}.account-form{max-width:100%;padding:24px 16px}}@media(max-width:480px){h1{font-size:1.25rem}h2,.section-title{font-size:1.125rem}.grid-3{grid-template-columns:repeat(2,1fr)}.product-card__info{padding:8px 8px 10px}.product-card__name{font-size:.75rem}.product-card__price{font-size:.8125rem}.product-card__add-to-bag .btn{padding:8px 12px;font-size:.6875rem}.category-icons__grid{grid-template-columns:repeat(4,1fr)!important;gap:4px!important}.category-icons__icon{width:40px!important;height:40px!important}.category-icons__label{font-size:.5625rem!important}.trust-bar__grid{grid-template-columns:1fr 1fr!important}.split-banners__card{height:180px!important}.social-feed__grid{grid-template-columns:repeat(3,1fr)!important}.seo-links__columns{grid-template-columns:1fr!important}.gold-rate-widget__grid{grid-template-columns:repeat(2,1fr)!important}.gold-rate-widget__card{padding:12px 8px}.gold-rate-widget__purity{font-size:.75rem}.gold-rate-widget__price{font-size:1.125rem}.hero-slider__headline{font-size:1.25rem!important}.hero-slider__subheadline{font-size:.8125rem}.cart-item__image{width:70px!important;height:70px!important}.cart-item__remove,.cart-item__save-later{font-size:.6875rem}.product-detail__highlights{grid-template-columns:1fr 1fr!important}.product-detail__highlight span{font-size:.6875rem}.product-detail__delivery{padding:12px!important}}@media(hover:none)and (pointer:coarse){.product-card:hover{transform:none;box-shadow:none}.product-card__image-wrap>.product-card__add-to-bag{display:none!important}.product-card__add-to-bag--mobile{display:var(--product-card-mobile-add-display, block);transform:translateY(0);opacity:1;visibility:visible;position:static;padding:8px 0 10px;z-index:auto}.btn{min-height:44px}.header-icon{min-width:44px;min-height:44px}.product-card__image-wrap:hover .product-card__image--primary{opacity:1!important}.product-card__image-wrap:hover .product-card__image--secondary{opacity:0!important}.product-card:hover .product-card__image--primary{opacity:1}.product-card:hover .product-card__image--secondary{opacity:0}.split-banners__card:hover .split-banners__bg{transform:none}}html,body{max-width:100vw;overflow-x:hidden}img,video,iframe,embed,object{max-width:100%;height:auto}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-scroll{overflow:hidden}.relative{position:relative}.overflow-hidden{overflow:hidden}.d-none{display:none}.d-block{display:block}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/theme.css.map */
