﻿@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.5;color:#333;font-size:1rem;background-color:#fafafa;min-height:100vh;display:flex;flex-direction:column}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}a{color:#da1c5c;text-decoration:none;transition:color 150ms ease}a:hover{color:#b8164d}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}blockquote,q{quotes:none}:focus-visible{outline:2px solid #da1c5c;outline-offset:2px}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}::selection{background-color:rgba(218,28,92,.2);color:#333}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.2;color:#333;margin-bottom:1rem}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child{margin-bottom:0}h1,.h1{font-size:clamp(2rem,4vw + 1rem,3.5rem);letter-spacing:-0.025em}h2,.h2{font-size:clamp(1.5rem,3vw + .5rem,2.5rem)}h3,.h3{font-size:clamp(1.25rem,2vw + .5rem,1.75rem)}h4,.h4{font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem)}h5,.h5{font-size:1.125rem}h6,.h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#da1c5c;text-decoration:none;transition:color 150ms ease}a:hover{color:#b8164d}strong,b{font-weight:600}em,i{font-style:italic}small{font-size:.875rem}mark{background-color:rgba(255,215,0,.3);padding:.1em .2em;border-radius:4px}.content-list ul,.content-list ol{margin-bottom:1rem;padding-left:1.5rem}.content-list ul li,.content-list ol li{margin-bottom:.5rem;line-height:1.625}.content-list ul{list-style-type:disc}.content-list ol{list-style-type:decimal}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background-color:#fff;border-left:4px solid #da1c5c;border-radius:8px;font-style:italic;color:#666}blockquote p:last-child{margin-bottom:0}blockquote cite{display:block;margin-top:.75rem;font-size:.875rem;font-style:normal;color:#999}blockquote cite::before{content:"— "}code{font-family:"Fira Code","Consolas",monospace;font-size:.9em;padding:.2em .4em;background-color:rgba(74,74,74,.1);border-radius:4px}pre{font-family:"Fira Code","Consolas",monospace;font-size:.875rem;padding:1rem;background-color:#4a4a4a;color:#fff;border-radius:8px;overflow-x:auto}pre code{padding:0;background:none}hr{margin:2rem 0;border:none;border-top:1px solid #e0e0e0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#da1c5c}.text-secondary{color:#4a4a4a}.text-muted{color:#999}.text-light{color:#666}.text-uppercase{text-transform:uppercase;letter-spacing:.05em}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.font-heading{font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.2;color:#333}.font-body{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.5;color:#333}.btn,button[type=submit],input[type=submit],input[type=button],.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.btn:disabled,button[type=submit]:disabled,input[type=submit]:disabled,input[type=button]:disabled,.button:disabled,.woocommerce a.button:disabled,.woocommerce button.button:disabled,.woocommerce input.button:disabled{opacity:.6;cursor:not-allowed}.btn,button[type=submit],input[type=submit],input[type=button],.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.btn:hover:not(:disabled),button[type=submit]:hover:not(:disabled),input[type=submit]:hover:not(:disabled),input[type=button]:hover:not(:disabled),.button:hover:not(:disabled),.woocommerce a.button:hover:not(:disabled),.woocommerce button.button:hover:not(:disabled),.woocommerce input.button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.btn:active:not(:disabled),button[type=submit]:active:not(:disabled),input[type=submit]:active:not(:disabled),input[type=button]:active:not(:disabled),.button:active:not(:disabled),.woocommerce a.button:active:not(:disabled),.woocommerce button.button:active:not(:disabled),.woocommerce input.button:active:not(:disabled){transform:translateY(0)}.btn-secondary,.woocommerce a.button.alt,.woocommerce button.button.alt{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.btn-secondary:disabled,.woocommerce a.button.alt:disabled,.woocommerce button.button.alt:disabled{opacity:.6;cursor:not-allowed}.btn-secondary,.woocommerce a.button.alt,.woocommerce button.button.alt{color:#da1c5c;background-color:rgba(0,0,0,0);border-color:#da1c5c}.btn-secondary:hover:not(:disabled),.woocommerce a.button.alt:hover:not(:disabled),.woocommerce button.button.alt:hover:not(:disabled){color:#fff;background-color:#da1c5c}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-small{padding:.5rem 1rem;font-size:.75rem}.btn-block{display:flex;width:100%}.btn-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:9999px}.btn-icon svg{width:20px;height:20px}.btn.loading,.button.loading{position:relative;color:rgba(0,0,0,0) !important;pointer-events:none}.btn.loading::after,.button.loading::after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid #fff;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:spin .6s linear infinite}.btn.added::after,.button.added::after{content:"✓";animation:none;border:none;width:auto;height:auto;margin:0;font-size:1rem;color:#fff}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.btn-ghost:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{color:#333;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-ghost:hover:not(:disabled){background-color:rgba(51,51,51,.05)}label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#333}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],input[type=date],textarea,select{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=number]:focus,input[type=date]:focus,textarea:focus,select:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder,textarea::placeholder,select::placeholder{color:#999}textarea{min-height:120px;resize:vertical}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}input[type=checkbox],input[type=radio]{width:18px;height:18px;margin-right:.5rem;accent-color:#da1c5c;cursor:pointer}.form-group{margin-bottom:1.25rem}.form-row{display:grid;gap:1rem}@media(min-width: 768px){.form-row{grid-template-columns:repeat(2, 1fr)}}.form-inline{display:flex;gap:.75rem}.form-inline input{flex:1}.form-inline button,.form-inline .btn{flex-shrink:0}.search-form{position:relative}.search-form input[type=search]{padding-right:50px;border-radius:9999px}.search-form button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#999;border-radius:9999px;transition:color 150ms ease}.search-form button:hover{color:#da1c5c}.form-error input,.form-error textarea,.form-error select{border-color:#dc3545}.form-error input:focus,.form-error textarea:focus,.form-error select:focus{box-shadow:0 0 0 3px rgba(220,53,69,.1)}.form-success input,.form-success textarea,.form-success select{border-color:#28a745}.form-success input:focus,.form-success textarea:focus,.form-success select:focus{box-shadow:0 0 0 3px rgba(40,167,69,.1)}.error-message{margin-top:.5rem;font-size:.875rem;color:#dc3545}.quantity{display:inline-flex;align-items:center}.quantity .qty{width:60px;text-align:center;border-radius:8px;-moz-appearance:textfield}.quantity .qty::-webkit-outer-spin-button,.quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity .quantity-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.125rem;color:#333;background-color:#fafafa;border:2px solid #e0e0e0;border-radius:8px;transition:all 150ms ease}.quantity .quantity-btn:hover{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.quantity .quantity-btn.minus{border-radius:8px 0 0 8px;border-right:none}.quantity .quantity-btn.plus{border-radius:0 8px 8px 0;border-left:none}.card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}.card{overflow:hidden}.card-image{position:relative;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.card:hover .card-image img{transform:scale(1.05)}.card-body{padding:1.25rem}.card-title{font-size:1.125rem;margin-bottom:.5rem}.card-text{color:#666;font-size:.875rem}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;display:flex;flex-direction:column;height:100%;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.product-card.fade-in{opacity:1;transform:translateY(0)}.product-card.fade-in:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}@media(prefers-reduced-motion: reduce){.product-card{opacity:1;transform:none;transition:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}}.product-card.fade-in:hover .product-card__image img,.product-card.fade-in:hover .product-image img,.product-card:hover .product-card__image img,.product-card:hover .product-image img{transform:scale(1.05)}.product-card.fade-in:hover .product-actions,.product-card:hover .product-actions{opacity:1;transform:translateX(0)}.product-card__link,.product-card .product-link{display:block;width:100%}.product-card__image,.product-card .product-image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background-color:#fafafa;border-radius:12px 12px 0 0}.product-card__image img,.product-card .product-image img{position:absolute;top:0;left:0;width:100% !important;height:100% !important;object-fit:cover;transition:transform 400ms ease}.product-card__info,.product-card .product-info{display:flex;flex-direction:column;flex:1;padding:1rem}@media(min-width: 768px){.product-card__info,.product-card .product-info{padding:1.25rem}}.product-card__title,.product-card .product-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(.95rem,1vw + .5rem,1.1rem);font-weight:600;line-height:1.375;color:#333;margin:0 0 .5rem;min-height:2.75em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a,.product-card .product-title a{color:inherit}.product-card__title a:hover,.product-card .product-title a:hover{color:#da1c5c}.product-card__price,.product-card .product-price{font-size:1.1rem;font-weight:700;color:#da1c5c;margin-top:auto}.product-card__price del,.product-card .product-price del{font-size:.875rem;font-weight:400;color:#999;margin-right:.5rem}.product-card__price ins,.product-card .product-price ins{text-decoration:none}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(.95rem,1vw + .5rem,1.1rem);font-weight:600;line-height:1.375;color:#333;margin-bottom:.5rem}.woocommerce ul.products li.product .price{font-size:1.1rem;font-weight:700;color:#da1c5c}.product-badge,.badge--overlay,.woocommerce span.onsale{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#fff;background-color:#da1c5c;border-radius:4px;z-index:2;min-height:auto;min-width:auto;line-height:1.4}.badge--out-of-stock{background-color:#4a4a4a}.badge--sale{background-color:#da1c5c}.product-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translateX(10px);transition:all 250ms ease;z-index:2}.product-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:9999px;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04);transition:all 150ms ease}.product-action-btn svg{width:18px;height:18px}.product-action-btn:hover{background-color:#da1c5c;color:#fff;transform:scale(1.1)}.product-category{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:.25rem}.product-rating{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;color:gold;font-size:.875rem}.add-to-cart-btn,.woocommerce ul.products li.product .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.add-to-cart-btn:disabled,.woocommerce ul.products li.product .button:disabled{opacity:.6;cursor:not-allowed}.add-to-cart-btn,.woocommerce ul.products li.product .button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.add-to-cart-btn:hover:not(:disabled),.woocommerce ul.products li.product .button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.add-to-cart-btn:active:not(:disabled),.woocommerce ul.products li.product .button:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn,.woocommerce ul.products li.product .button{width:100%;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.product-card__info .added_to_cart{display:block;text-align:center;margin-top:.5rem;font-size:.875rem;color:#da1c5c;transition:color 150ms ease}.product-card__info .added_to_cart:hover{color:#b8164d}.category-card{position:relative;aspect-ratio:4/3}@supports not (aspect-ratio: 1){.category-card::before{content:"";float:left;padding-top:calc(3/4*100%)}.category-card::after{content:"";display:block;clear:both}}.category-card{border-radius:12px;overflow:hidden}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}.category-card:hover img{transform:scale(1.1)}.category-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);color:#fff;text-align:center;padding:1.25rem}.category-overlay h3{color:#fff;margin-bottom:.5rem}.category-overlay p{font-size:.875rem;opacity:.9;margin-bottom:0}.duckass-notification{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:#fff;border-left:4px solid #28a745;border-radius:8px;box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);transform:translateX(calc(100% + 1.25rem));transition:transform 250ms ease;z-index:700}.duckass-notification.show{transform:translateX(0)}.duckass-notification .view-cart-link{font-weight:600;color:#da1c5c;white-space:nowrap}.duckass-notification .view-cart-link:hover{text-decoration:underline}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.25rem}.alert p:last-child{margin-bottom:0}.alert-success{background-color:rgba(40,167,69,.1);border:1px solid rgba(40,167,69,.2);color:rgb(30.1449275362,125.8550724638,52)}.alert-error{background-color:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.2);color:rgb(189.2151898734,32.7848101266,47.7721518987)}.alert-warning{background-color:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.3);color:rgb(109,81.75,0)}.alert-info{background-color:rgba(23,162,184,.1);border:1px solid rgba(23,162,184,.2);color:rgb(17.3333333333,122.0869565217,138.6666666667)}.loader{display:inline-block;width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#da1c5c;border-radius:50%;animation:spin .8s linear infinite}.loader-sm{width:16px;height:16px;border-width:2px}.loader-lg{width:40px;height:40px;border-width:4px}.page-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.9);z-index:500}.skeleton{background:linear-gradient(90deg, #fafafa 25%, #f0f0f0 50%, #fafafa 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.skeleton-text{height:1em;margin-bottom:.5rem}.skeleton-text:last-child{width:60%}.skeleton-image{aspect-ratio:1/1}@supports not (aspect-ratio: 1){.skeleton-image::before{content:"";float:left;padding-top:calc(1/1*100%)}.skeleton-image::after{content:"";display:block;clear:both}}.skeleton-button{height:44px;width:120px;border-radius:9999px}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.breadcrumbs{margin-bottom:1.5rem;font-size:.875rem;color:#999}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center;gap:.5rem}.breadcrumbs__item::after{content:"/";color:#e0e0e0;font-size:.75rem}.breadcrumbs__item:last-child::after{content:none}.breadcrumbs__link{color:#666;text-decoration:none;transition:color 150ms ease}.breadcrumbs__link:hover{color:#da1c5c}.breadcrumbs__current{font-weight:700;color:#333}.pagination{display:flex;justify-content:center;margin-top:2rem}.pagination__list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.pagination__item a,.pagination__item span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;font-size:.875rem;font-weight:500;color:#333;text-decoration:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all 150ms ease}.pagination__item a:hover{color:#da1c5c;border-color:#da1c5c;background-color:rgba(218,28,92,.05)}.pagination__item--active a,.pagination__item--active span{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.pagination__item--active a:hover{color:#fff;background-color:#b8164d;border-color:#b8164d}.pagination__item--disabled span{color:#999;border-color:#f0f0f0;background-color:#fafafa;cursor:default}.pagination__prev a,.pagination__next a{font-weight:600;gap:.25rem}.pagination__prev svg,.pagination__next svg{width:16px;height:16px}.tabs{width:100%}.tabs__list{display:flex;gap:.5rem;margin:0;padding:0;list-style:none;border-bottom:2px solid #f0f0f0;overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs__list::-webkit-scrollbar{display:none}.tabs__list{-ms-overflow-style:none;scrollbar-width:none}.tabs__item{flex-shrink:0}.tabs__item a,.tabs__item button{display:inline-block;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;text-decoration:none;background:none;border:none;border-bottom:3px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.tabs__item a:hover,.tabs__item button:hover{color:#da1c5c}.tabs__item--active a,.tabs__item--active button{color:#da1c5c;border-bottom-color:#da1c5c}.tabs__panel{padding:1.5rem;background-color:#fff;border-radius:0 0 12px 12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.tabs__panel[hidden]{display:none}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;line-height:1.2;border-radius:9999px;white-space:nowrap}.badge--sale{color:#fff;background-color:#da1c5c}.badge--new{color:#333;background-color:gold}.badge--out-of-stock{color:#fff;background-color:#4a4a4a}.badge--category{color:#666;background-color:rgba(0,0,0,0);border:1px solid #e0e0e0;transition:all 150ms ease}.badge--category:hover{color:#da1c5c;border-color:#da1c5c}.badge--overlay{position:absolute;top:.75rem;left:.75rem;z-index:2}.quantity-selector{display:inline-flex;align-items:center}.quantity-selector__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-size:1.125rem;color:#333;background-color:#fafafa;border:2px solid #e0e0e0;cursor:pointer;transition:all 150ms ease}.quantity-selector__btn:hover{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.quantity-selector__btn:focus-visible{outline:2px solid #da1c5c;outline-offset:2px}.quantity-selector__btn--minus{border-radius:8px 0 0 8px;border-right:none}.quantity-selector__btn--plus{border-radius:0 8px 8px 0;border-left:none}.quantity-selector__btn:disabled{color:#999;background-color:#fafafa;border-color:#f0f0f0;cursor:not-allowed}.quantity-selector__btn:disabled:hover{color:#999;background-color:#fafafa;border-color:#f0f0f0}.quantity-selector__input{width:60px;height:36px;padding:0;font-size:1rem;font-weight:500;text-align:center;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:0;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector__input:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.table{width:100%;border-collapse:collapse;border-spacing:0}.table th{padding:1rem;font-weight:600;font-size:.875rem;text-align:left;color:#333;background-color:#fafafa;white-space:nowrap}.table td{padding:1rem;vertical-align:middle;border-top:1px solid #f0f0f0;color:#333;font-size:.875rem}.table--bordered{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.table--bordered th,.table--bordered td{border:1px solid #f0f0f0}.table--bordered th{border-bottom:2px solid #e0e0e0}.table--striped tbody tr:nth-child(even){background-color:#fafafa}.table--hover tbody tr{transition:background-color 150ms ease}.table--hover tbody tr:hover{background-color:rgba(218,28,92,.03)}@media(max-width: 767px){.table--responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table--responsive .table{min-width:600px}}.mini-cart{position:relative}.mini-cart__dropdown{position:absolute;right:0;top:100%;width:350px;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04);z-index:100;opacity:0;pointer-events:none;transform:translateY(10px);transition:all 250ms ease}.mini-cart.is-open .mini-cart__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.mini-cart__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f0f0}.mini-cart__header h3,.mini-cart__header .mini-cart__title{font-size:1rem;font-weight:600;margin:0}.mini-cart__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#999;background:none;border:none;border-radius:9999px;cursor:pointer;transition:all 150ms ease}.mini-cart__close:hover{color:#333;background-color:#fafafa}.mini-cart__close svg{width:18px;height:18px}.mini-cart__items{max-height:300px;overflow-y:auto;padding:0;margin:0;list-style:none}.mini-cart__items::-webkit-scrollbar{width:4px}.mini-cart__items::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.mini-cart__items::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:9999px}.mini-cart__items{scrollbar-width:thin;scrollbar-color:#e0e0e0 rgba(0,0,0,0)}.mini-cart__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border-bottom:1px solid #f0f0f0}.mini-cart__item:last-child{border-bottom:none}.mini-cart__item-thumbnail{flex-shrink:0;width:60px;height:60px;border-radius:4px;overflow:hidden;background-color:#fafafa}.mini-cart__item-thumbnail img{width:100%;height:100%;object-fit:cover}.mini-cart__item-details{flex:1;min-width:0}.mini-cart__item-name{font-size:.875rem;font-weight:500;color:#333;margin-bottom:.25rem;line-height:1.375}.mini-cart__item-name a{color:inherit;text-decoration:none}.mini-cart__item-name a:hover{color:#da1c5c}.mini-cart__item-price{font-size:.875rem;font-weight:600;color:#da1c5c}.mini-cart__item-remove{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;color:#999;background:none;border:none;border-radius:9999px;cursor:pointer;transition:all 150ms ease}.mini-cart__item-remove:hover{color:#dc3545;background-color:rgba(220,53,69,.1)}.mini-cart__item-remove svg{width:14px;height:14px}.mini-cart__footer{padding:1rem 1.25rem;border-top:1px solid #f0f0f0}.mini-cart__subtotal,.mini-cart__total{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.mini-cart__subtotal strong,.mini-cart__total strong{font-weight:600}.mini-cart__subtotal .amount,.mini-cart__total .amount{font-weight:700;color:#da1c5c}.mini-cart__actions,.mini-cart__buttons{display:flex;gap:.5rem}.mini-cart__actions a,.mini-cart__actions button,.mini-cart__buttons a,.mini-cart__buttons button{flex:1;text-align:center;border-radius:8px;padding:.5rem 1rem;font-size:.875rem}.mini-cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem;text-align:center;color:#999}.mini-cart__empty svg{width:48px;height:48px;margin-bottom:.75rem;opacity:.4}.mini-cart__empty p{font-size:.875rem;margin:0 0 1rem}.mini-cart__empty .btn{padding:.5rem 1.25rem;font-size:.875rem;border-radius:8px}@media(max-width: 767px){.mini-cart__dropdown{position:fixed;inset:0;width:100%;height:100%;max-height:100vh;border-radius:0;z-index:500;display:flex;flex-direction:column;transform:translateY(100%)}.mini-cart.is-open .mini-cart__dropdown{transform:translateY(0)}.mini-cart__items{flex:1;max-height:none}}.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;background-color:rgba(0,0,0,.5);z-index:500;opacity:0;visibility:hidden;transition:opacity 250ms ease,visibility 250ms ease}.modal.is-open{opacity:1;visibility:visible}.modal.is-open .modal__content{opacity:1;transform:translateY(0)}.modal__content{position:relative;display:flex;flex-direction:column;width:90%;max-width:600px;max-height:90vh;background-color:#fff;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.15);overflow:hidden;opacity:0;transform:translateY(20px);transition:opacity 250ms ease,transform 250ms ease}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0;flex-shrink:0}.modal__header h2,.modal__header h3,.modal__header .modal__title{font-size:1.125rem;font-weight:600;margin:0;line-height:1.375}.modal__body{padding:1.5rem;overflow-y:auto;flex:1}.modal__body::-webkit-scrollbar{width:4px}.modal__body::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.modal__body::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:9999px}.modal__body{scrollbar-width:thin;scrollbar-color:#e0e0e0 rgba(0,0,0,0)}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #f0f0f0;flex-shrink:0}.modal__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#999;background:none;border:none;border-radius:9999px;cursor:pointer;transition:all 150ms ease}.modal__close:hover{color:#333;background-color:#fafafa}.modal__close:focus-visible{outline:2px solid #da1c5c;outline-offset:2px}.modal__close svg{width:20px;height:20px}@media(max-width: 767px){.modal--fullscreen{padding:0}.modal--fullscreen .modal__content{width:100%;max-width:100%;max-height:100%;height:100%;border-radius:0}}.modal--sm .modal__content{max-width:400px}.modal--lg .modal__content{max-width:800px}@keyframes modal-fade-in{from{opacity:0}to{opacity:1}}@keyframes modal-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow 250ms ease}.site-header.scrolled{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.header-spacer{height:var(--header-height, 120px)}.header-inner{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.header-inner{padding-left:1.5rem;padding-right:1.5rem}}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2rem;gap:1.5rem;transition:padding .35s ease}.scrolled .header-inner{padding-top:.75rem;padding-bottom:.75rem}.site-logo{flex-shrink:0}.site-logo a{display:block;line-height:0}.site-logo img,.site-logo svg{height:72px;width:auto;transition:height .35s ease}@media(min-width: 768px){.site-logo img,.site-logo svg{height:90px}}.scrolled .site-logo img,.scrolled .site-logo svg{height:38px}@media(min-width: 768px){.scrolled .site-logo img,.scrolled .site-logo svg{height:44px}}.site-logo svg .dl2{fill:#df2666}.site-logo svg .dl0,.site-logo svg .dl1{fill:#4d4d4f}.site-logo svg .dl1{fill-rule:evenodd}.home .site-logo svg .dl2{fill:rgba(0,0,0,0);stroke:#df2666;stroke-width:1;stroke-dasharray:2000;stroke-dashoffset:2000;animation:logoStrokeDraw 1.6s cubic-bezier(0.65, 0, 0.35, 1) forwards,logoFillPink .4s ease 1.3s forwards}.home .site-logo svg .dl0,.home .site-logo svg .dl1{fill:rgba(0,0,0,0);stroke:#4d4d4f;stroke-width:.5;stroke-dasharray:2000;stroke-dashoffset:2000;animation:logoStrokeDraw 1.4s cubic-bezier(0.65, 0, 0.35, 1) .4s forwards,logoFillGray .4s ease 1.5s forwards}@keyframes logoStrokeDraw{to{stroke-dashoffset:0}}@keyframes logoFillPink{to{fill:#df2666;stroke-width:0}}@keyframes logoFillGray{to{fill:#4d4d4f;stroke-width:0}}@media(prefers-reduced-motion: reduce){.home .site-logo svg .dl2{fill:#df2666;stroke:none;animation:none}.home .site-logo svg .dl0,.home .site-logo svg .dl1{fill:#4d4d4f;stroke:none;animation:none}}.site-logo-text{font-family:"Playfair Display",Georgia,serif;font-size:1.35rem;font-weight:700;color:#da1c5c;transition:color 150ms ease}@media(min-width: 768px){.site-logo-text{font-size:1.5rem}}.site-logo-text:hover{color:#b8164d}.main-navigation{display:none;align-items:center;gap:2rem}@media(min-width: 1024px){.main-navigation{display:flex}}.main-navigation ul{display:flex;align-items:center;gap:1.5rem}.main-navigation a{position:relative;font-size:.875rem;font-weight:500;color:#333;padding:.5rem 0;transition:color 150ms ease}.main-navigation a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#da1c5c;transition:width 250ms ease}.main-navigation a:hover,.current-menu-item .main-navigation a{color:#da1c5c}.main-navigation a:hover::after,.current-menu-item .main-navigation a::after{width:100%}.main-navigation.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04);border-top:1px solid #f0f0f0}@media(min-width: 1024px){.main-navigation.active{position:static;flex-direction:row;padding:0;box-shadow:none;border-top:none}}.main-navigation.active ul{flex-direction:column;width:100%;gap:0}@media(min-width: 1024px){.main-navigation.active ul{flex-direction:row;width:auto;gap:1.5rem}}.main-navigation.active li{width:100%}@media(min-width: 1024px){.main-navigation.active li{width:auto}}.main-navigation.active a{display:block;padding:.75rem;border-radius:8px}@media(min-width: 1024px){.main-navigation.active a{padding:.5rem 0}}.main-navigation.active a:hover{background-color:#fafafa}@media(min-width: 1024px){.main-navigation.active a:hover{background-color:rgba(0,0,0,0)}}.header-actions{display:flex;align-items:center;gap:.75rem}.header-search{display:none;position:relative}@media(min-width: 768px){.header-search{display:block}}.header-search input{width:180px;padding:.5rem 2.5rem .5rem 1rem;font-size:.875rem;border-radius:9999px}@media(min-width: 1024px){.header-search input{width:220px}}.header-search button{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#999;background:none;border:none;border-radius:0;box-shadow:none;cursor:pointer;padding:0}.header-search button:hover,.header-search button:hover:not(:disabled){color:#da1c5c;background:none;border:none;box-shadow:none;transform:translateY(-50%)}.header-search button svg{width:18px;height:18px}.header-account{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#333;transition:color 150ms ease}.header-account:hover{color:#da1c5c}.header-account svg{width:22px;height:22px}.header-cart{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#333;transition:color 150ms ease}.header-cart:hover{color:#da1c5c}.header-cart svg{width:24px;height:24px}.header-cart.cart-updated{animation:cartBounce .4s ease}.cart-count{position:absolute;top:2px;right:2px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;color:#fff;background-color:#da1c5c;border-radius:9999px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:.75rem}@media(min-width: 1024px){.menu-toggle{display:none}}.menu-toggle span{display:block;width:22px;height:2px;background-color:#333;transition:all 250ms ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}@keyframes cartBounce{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}.site-footer{background-color:#4a4a4a;color:#fff;padding:4rem 0 1.5rem;margin-top:auto}.footer-grid{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.footer-grid{padding-left:1.5rem;padding-right:1.5rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width: 640px){.footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media(max-width: 1023px){.footer-brand{grid-column:1/-1;text-align:center}}@media(min-width: 1024px){.footer-brand{max-width:300px;text-align:left}}.footer-brand .site-logo-text{display:inline-block;color:#fff;margin-bottom:1rem}.footer-brand .site-logo-text:hover{color:hsla(0,0%,100%,.8)}.footer-brand p{font-size:.875rem;opacity:.8;line-height:1.625}@media(max-width: 639px){.footer-column{text-align:center}}.footer-column h4{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-column ul{display:flex;flex-direction:column;gap:.75rem}.footer-column a{font-size:.875rem;color:hsla(0,0%,100%,.7);transition:color 150ms ease}.footer-column a:hover{color:#fff}.footer-social,.footer-brand .social-links{display:flex;gap:.75rem;margin-top:1.25rem}@media(max-width: 1023px){.footer-social,.footer-brand .social-links{justify-content:center}}.footer-social a,.footer-brand .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:9999px;color:#fff;transition:all 150ms ease}.footer-social a:hover,.footer-brand .social-links a:hover{background-color:#da1c5c;transform:translateY(-3px)}.footer-social a svg,.footer-brand .social-links a svg{width:18px;height:18px}.footer-bottom{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.footer-bottom{padding-left:1.5rem;padding-right:1.5rem}}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1);font-size:.875rem;opacity:.7}@media(min-width: 768px){.footer-bottom{flex-direction:row}}.footer-payments{display:flex;align-items:center;gap:.75rem}.footer-payments__label{font-size:.75rem;white-space:nowrap}.footer-payments__icons{display:flex;gap:.5rem}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#da1c5c;color:#fff;border:none;border-radius:9999px;box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 250ms ease,visibility 250ms ease,transform 250ms ease,background-color 150ms ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background-color:#b8164d;transform:translateY(-2px)}.back-to-top:focus-visible{outline:2px solid #da1c5c;outline-offset:2px}@media(prefers-reduced-motion: reduce){.back-to-top{transition:none}}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.container{padding-left:1.5rem;padding-right:1.5rem}}.container-narrow{width:100%;max-width:768px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.container-narrow{padding-left:1.5rem;padding-right:1.5rem}}.container-wide{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.container-wide{padding-left:1.5rem;padding-right:1.5rem}}.site-main{flex:1;padding:2.5rem 0}@media(min-width: 1024px){.site-main{padding:4rem 0}}.products-grid,.woocommerce ul.products{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;list-style:none;padding:0;margin:0}@media(min-width: 640px){.products-grid,.woocommerce ul.products{gap:1.25rem}}@media(min-width: 768px){.products-grid,.woocommerce ul.products{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 1024px){.products-grid,.woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1280px){.products-grid,.woocommerce ul.products{gap:2rem}}.product,.woocommerce ul.products li.product{margin:0;padding:0;width:100%;float:none;list-style:none}.products-grid>li,.products-grid>.product{display:block}.categories-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem}@media(min-width: 640px){.categories-grid{gap:1.25rem}}@media(min-width: 1024px){.categories-grid{grid-template-columns:repeat(4, 1fr)}}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.posts-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.posts-grid{grid-template-columns:repeat(3, 1fr)}}.two-column,.two-column-reverse{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.two-column,.two-column-reverse{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}@media(min-width: 1024px){.two-column-reverse>*:first-child{order:2}}.with-sidebar,.with-sidebar-right{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.with-sidebar,.with-sidebar-right{grid-template-columns:280px 1fr}}@media(min-width: 1024px){.with-sidebar-right{grid-template-columns:1fr 280px}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.hero{position:relative;padding:4rem 0;background-color:#da1c5c;background-size:cover;background-position:center;color:#fff;overflow:hidden}@media(min-width: 768px){.hero{padding:5rem 0}}@media(min-width: 1024px){.hero{padding:6rem 0}}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(218, 28, 92, 0.92) 0%, rgba(184, 22, 77, 0.88) 100%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:650px}@media(max-width: 767px){.hero-content{text-align:center;margin:0 auto}}.hero h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.25rem}@media(min-width: 768px){.hero h1{margin-bottom:1.5rem}}.hero p{font-size:clamp(1rem,2vw,1.25rem);opacity:.9;margin-bottom:2rem;line-height:1.625}.hero .btn{background-color:#fff;color:#da1c5c;border-color:#fff;padding:1rem 2rem;font-size:1rem}.hero .btn:hover{background-color:rgba(0,0,0,0);color:#fff}.trust-badges{background-color:#fff;border-bottom:1px solid #f0f0f0;padding:2rem 0}.trust-badges__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media(min-width: 768px){.trust-badges__grid{grid-template-columns:repeat(4, 1fr)}}.trust-badge{display:flex;align-items:center;gap:1rem;text-align:left}.trust-badge__icon{width:56px;height:56px;min-width:56px;border-radius:50%;background-color:rgba(218,28,92,.1);color:#da1c5c;display:flex;align-items:center;justify-content:center}.trust-badge__text strong{display:block;font-size:.875rem;color:#333}.trust-badge__text span{font-size:.75rem;color:#999}.section{padding:4rem 0}@media(min-width: 1024px){.section{padding:5rem 0}}.section-header{text-align:center;margin-bottom:2.5rem}@media(min-width: 1024px){.section-header{margin-bottom:3rem}}.section-subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#da1c5c;margin-bottom:.75rem}.section-title{margin-bottom:1rem}.section-description{max-width:600px;margin:0 auto;color:#666}.categories-section{background-color:#fff}.featured-products{background-color:#fafafa}.new-arrivals{background-color:#fafafa}.product-badge--new{background-color:gold;color:#333}.about-section{background-color:#fff;overflow:hidden}.about-grid{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.about-grid{padding-left:1.5rem;padding-right:1.5rem}}.about-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr;gap:4rem}}.about-image{border-radius:16px;overflow:hidden;background-color:#fafafa}.about-image img{width:100%;height:auto;object-fit:cover;aspect-ratio:4/3}@supports not (aspect-ratio: 1){.about-image img::before{content:"";float:left;padding-top:calc(3/4*100%)}.about-image img::after{content:"";display:block;clear:both}}@media(min-width: 1024px){.about-image img{aspect-ratio:1/1}@supports not (aspect-ratio: 1){.about-image img::before{content:"";float:left;padding-top:calc(1/1*100%)}.about-image img::after{content:"";display:block;clear:both}}}.about-placeholder{aspect-ratio:4/3}@supports not (aspect-ratio: 1){.about-placeholder::before{content:"";float:left;padding-top:calc(3/4*100%)}.about-placeholder::after{content:"";display:block;clear:both}}.about-placeholder{background:linear-gradient(135deg, #da1c5c 0%, #b8164d 100%);border-radius:16px}@media(min-width: 1024px){.about-placeholder{aspect-ratio:1/1}@supports not (aspect-ratio: 1){.about-placeholder::before{content:"";float:left;padding-top:calc(1/1*100%)}.about-placeholder::after{content:"";display:block;clear:both}}}.about-content{padding:1rem}@media(max-width: 1023px){.about-content{text-align:center}}@media(min-width: 1024px){.about-content{padding:2rem}}.about-content .section-subtitle{text-align:left}@media(max-width: 1023px){.about-content .section-subtitle{text-align:center}}.about-content h2{margin-bottom:1.5rem}.about-content p{color:#666;margin-bottom:1.25rem;line-height:1.625}.about-content .btn{margin-top:1rem}.sale-products{background-color:#fafafa}.newsletter-section{background:linear-gradient(135deg, #fdf2f6 0%, #fafafa 50%, #f5f0ff 100%);text-align:center;position:relative;overflow:hidden}.newsletter-section::before{content:"";position:absolute;top:-60%;left:-20%;width:50%;height:200%;background:radial-gradient(ellipse, rgba(218, 28, 92, 0.04) 0%, transparent 70%);pointer-events:none}.newsletter-section .section-header{position:relative;margin-bottom:2rem}.newsletter-section .section-title{font-family:"Playfair Display",Georgia,serif;margin-bottom:.75rem}.newsletter-section .section-description{font-size:1.125rem;line-height:1.625}.newsletter-form{max-width:540px;margin:0 auto;position:relative}.newsletter-form__group{display:flex;align-items:stretch;background:#fff;border-radius:9999px;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04),0 0 0 1px rgba(224,224,224,.3);transition:box-shadow 250ms ease;overflow:hidden}.newsletter-form__group:focus-within{box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04),0 0 0 2px rgba(218,28,92,.2)}.newsletter-form__input,.newsletter-form__input[type=email]{flex:1;border:none;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;padding:1.25rem 1.5rem;font-size:1rem;color:#333;outline:none;min-width:0}.newsletter-form__input:focus,.newsletter-form__input[type=email]:focus{border:none;box-shadow:none;border-color:rgba(0,0,0,0)}.newsletter-form__input::placeholder,.newsletter-form__input[type=email]::placeholder{color:#999}.newsletter-form__btn{flex-shrink:0;border:none;border-radius:9999px;background:#da1c5c;color:#fff;font-weight:600;font-size:.875rem;padding:1rem 1.5rem;margin:.5rem;cursor:pointer;transition:background 250ms ease;letter-spacing:.025em;box-shadow:none}.newsletter-form__btn:hover{background:#b8164d}.newsletter-form__btn:active{transform:scale(0.98)}@media(max-width: 639px){.newsletter-form__group{flex-direction:column;border-radius:12px}.newsletter-form__input{padding:1rem 1.25rem;text-align:center}.newsletter-form__btn{padding:1rem 1.25rem;border-radius:12px;margin:.5rem}}.products-grid:empty{display:none}.products-grid:empty+.text-center{margin-top:0}.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{display:none}.woocommerce .star-rating,.woocommerce-page .star-rating{font-size:.875rem}.shop-archive__header{margin-bottom:1.5rem}.shop-archive__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;color:#333;margin:0 0 .75rem}.shop-archive .term-description{color:#666;font-size:1rem;line-height:1.625;margin-bottom:1.5rem}.shop-archive .term-description p:last-child{margin-bottom:0}.shop-archive .woocommerce-notices-wrapper{margin-bottom:1rem}.shop-archive ul.products{margin-bottom:3rem}.shop-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.woocommerce-result-count{font-size:.875rem;color:#999;margin:0}.woocommerce-ordering{margin:0}.woocommerce-ordering select{min-width:200px;padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.875rem;color:#333;background-color:#fff;cursor:pointer}.woocommerce-ordering select:focus{border-color:#da1c5c;outline:none}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;list-style:none;padding:0;margin:0}@media(min-width: 640px){.woocommerce ul.products,.woocommerce-page ul.products{gap:1.25rem}}@media(min-width: 768px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 1024px){.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1280px){.woocommerce ul.products,.woocommerce-page ul.products{gap:2rem}}.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{display:none}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none !important;width:100% !important;margin:0 !important;padding:0;clear:none !important}.woocommerce ul.products li.product .product-card,.woocommerce-page ul.products li.product .product-card{height:100%}.woocommerce-breadcrumb{font-size:.875rem;color:#999;margin-bottom:1.5rem}.woocommerce-breadcrumb a{color:#999}.woocommerce-breadcrumb a:hover{color:#da1c5c}.woocommerce-breadcrumb .breadcrumb-separator{margin:0 .5rem}.woocommerce-message,.woocommerce-error,.woocommerce-info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;padding:1rem 1.25rem;background-color:#fff;border:1px solid #f0f0f0;border-left:4px solid #da1c5c;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);margin-bottom:1.25rem}.woocommerce-message::before,.woocommerce-error::before,.woocommerce-info::before{color:#da1c5c}.woocommerce-message a.button,.woocommerce-error a.button,.woocommerce-message a.wc-forward,.woocommerce-error a.wc-forward,.woocommerce-info a.button,.woocommerce-info a.wc-forward{float:none;order:2;margin:0;white-space:nowrap}.woocommerce-error{border-left-color:#dc3545}.woocommerce-error::before{color:#dc3545}.woocommerce-error li{margin-bottom:.5rem}.woocommerce-error li:last-child{margin-bottom:0}.star-rating{position:relative;display:inline-block;font-size:.9em;color:#e0e0e0;letter-spacing:2px}.star-rating::before{content:"★★★★★"}.star-rating span{position:absolute;top:0;left:0;overflow:hidden;color:gold}.star-rating span::before{content:"★★★★★"}.woocommerce-pagination{margin-top:2rem;text-align:center}.woocommerce-pagination .page-numbers{display:inline-flex;align-items:center;gap:.5rem}.woocommerce-pagination .page-numbers li{list-style:none}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:8px;font-size:.875rem;transition:all 150ms ease}.woocommerce-pagination .page-numbers a{color:#333;border:1px solid #e0e0e0}.woocommerce-pagination .page-numbers a:hover{border-color:#da1c5c;color:#da1c5c}.woocommerce-pagination .page-numbers span.current{background-color:#da1c5c;color:#fff;border:1px solid #da1c5c}.single-product .site-main{padding:2.5rem 0 4rem}@media(min-width: 1024px){.single-product .site-main{padding:3rem 0 5rem}}.single-product div.product{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.single-product div.product{padding-left:1.5rem;padding-right:1.5rem}}.single-product div.product{display:grid !important;grid-template-columns:1fr;grid-template-areas:"notices" "breadcrumbs" "gallery" "summary" "tabs";gap:1.5rem 2rem}@media(min-width: 1024px){.single-product div.product{grid-template-columns:1fr 1fr;grid-template-areas:"notices notices" "breadcrumbs breadcrumbs" "gallery summary" "tabs tabs";gap:1rem 3rem;align-items:start}}.single-product div.product .woocommerce-notices-wrapper{grid-area:notices}.single-product div.product .woocommerce-notices-wrapper:empty{display:none}.single-product div.product .product-breadcrumbs-col{grid-area:breadcrumbs}.single-product div.product .product-gallery-col{grid-area:gallery;min-width:0}.single-product div.product .product-summary-col{grid-area:summary}.single-product div.product .product-tabs-col{grid-area:tabs}.single-product div.product .product-tabs-col>.related,.single-product div.product .product-tabs-col>section.related{padding-top:3rem;border-top:1px solid #e0e0e0;margin-top:2rem}@media(min-width: 1024px){.single-product div.product .product-tabs-col>.related,.single-product div.product .product-tabs-col>section.related{padding-top:4rem;margin-top:3rem}}.woocommerce-product-gallery,.single-product .images{position:relative;margin:0;width:100%;float:none}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,.single-product .images .woocommerce-product-gallery__wrapper{margin:0;padding:0}.woocommerce-product-gallery .flex-viewport,.single-product .images .flex-viewport{border-radius:16px;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.woocommerce-product-gallery .woocommerce-product-gallery__image,.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder,.single-product .images .woocommerce-product-gallery__image,.single-product .images .woocommerce-product-gallery__image--placeholder{overflow:hidden}.woocommerce-product-gallery .woocommerce-product-gallery__image a,.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder a,.single-product .images .woocommerce-product-gallery__image a,.single-product .images .woocommerce-product-gallery__image--placeholder a{display:block}.woocommerce-product-gallery .woocommerce-product-gallery__image img,.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder img,.single-product .images .woocommerce-product-gallery__image img,.single-product .images .woocommerce-product-gallery__image--placeholder img{width:100%;height:auto;display:block;border-radius:0}.woocommerce-product-gallery .woocommerce-product-gallery__image:hover img,.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder:hover img,.single-product .images .woocommerce-product-gallery__image:hover img,.single-product .images .woocommerce-product-gallery__image--placeholder:hover img{transform:scale(1.02)}.woocommerce-product-gallery:not(.woocommerce-product-gallery--with-images) .woocommerce-product-gallery__image,.single-product .images:not(.woocommerce-product-gallery--with-images) .woocommerce-product-gallery__image{border-radius:16px;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.woocommerce-product-gallery .flex-control-thumbs,.single-product .images .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding:0;list-style:none}.woocommerce-product-gallery .flex-control-thumbs li,.single-product .images .flex-control-thumbs li{flex:0 0 68px;width:68px;height:68px;border-radius:8px;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity 150ms ease;border:2px solid rgba(0,0,0,0)}.woocommerce-product-gallery .flex-control-thumbs li:hover,.woocommerce-product-gallery .flex-control-thumbs li.flex-active,.single-product .images .flex-control-thumbs li:hover,.single-product .images .flex-control-thumbs li.flex-active{opacity:1;border-color:#da1c5c}.woocommerce-product-gallery .flex-control-thumbs li img,.single-product .images .flex-control-thumbs li img{width:100%;height:100%;object-fit:cover}.woocommerce-product-gallery .woocommerce-product-gallery__trigger,.single-product .images .woocommerce-product-gallery__trigger{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;background-color:#fff;border-radius:9999px;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;transition:all 150ms ease}.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,.single-product .images .woocommerce-product-gallery__trigger:hover{background-color:#da1c5c;color:#fff;transform:scale(1.1)}.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before,.single-product .images .woocommerce-product-gallery__trigger::before{content:"🔍";font-size:1.25rem}.woocommerce-product-gallery .woocommerce-product-gallery__trigger img,.single-product .images .woocommerce-product-gallery__trigger img{display:none}.woocommerce div.product div.summary,.woocommerce div.product .summary,.single-product-wrapper div.summary,.single-product-wrapper .summary{width:100%;float:none;margin:0}.woocommerce div.product .product_title,.single-product-wrapper .product_title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}.woocommerce div.product p.price,.woocommerce div.product .price,.single-product-wrapper p.price,.single-product-wrapper .price{font-size:1.75rem;font-weight:700;color:#da1c5c;margin-bottom:1.25rem;display:flex;align-items:baseline;gap:.75rem}.woocommerce div.product p.price del,.woocommerce div.product .price del,.single-product-wrapper p.price del,.single-product-wrapper .price del{font-size:1.1rem;font-weight:400;color:#999;text-decoration:line-through}.woocommerce div.product p.price ins,.woocommerce div.product .price ins,.single-product-wrapper p.price ins,.single-product-wrapper .price ins{text-decoration:none}.woocommerce div.product .woocommerce-product-details__short-description,.single-product-wrapper .woocommerce-product-details__short-description{color:#666;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0;line-height:1.625;font-size:1rem}.woocommerce div.product .woocommerce-product-details__short-description p:last-child,.single-product-wrapper .woocommerce-product-details__short-description p:last-child{margin-bottom:0}.woocommerce div.product form.cart,.single-product-wrapper form.cart{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem}.woocommerce div.product form.cart .variations,.woocommerce div.product form.cart .single_variation_wrap,.single-product-wrapper form.cart .variations,.single-product-wrapper form.cart .single_variation_wrap{flex:0 0 100%}.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,.single-product-wrapper form.cart .woocommerce-variation-add-to-cart{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;width:100%}.woocommerce div.product form.cart .quantity,.single-product-wrapper form.cart .quantity{display:inline-flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;flex:0 0 auto}.woocommerce div.product form.cart .quantity .minus,.woocommerce div.product form.cart .quantity .plus,.single-product-wrapper form.cart .quantity .minus,.single-product-wrapper form.cart .quantity .plus{display:flex;align-items:center;justify-content:center;width:40px;height:46px;background-color:#fafafa;border:none;font-size:1.15rem;font-weight:500;color:#333;cursor:pointer;transition:background-color 150ms ease;padding:0;line-height:1}.woocommerce div.product form.cart .quantity .minus:hover,.woocommerce div.product form.cart .quantity .plus:hover,.single-product-wrapper form.cart .quantity .minus:hover,.single-product-wrapper form.cart .quantity .plus:hover{background-color:#f0f0f0;color:#da1c5c}.woocommerce div.product form.cart .quantity .qty,.single-product-wrapper form.cart .quantity .qty{width:52px;height:46px;text-align:center;font-size:1rem;font-weight:500;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-radius:0;background:#fff;-moz-appearance:textfield}.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button,.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button,.single-product-wrapper form.cart .quantity .qty::-webkit-outer-spin-button,.single-product-wrapper form.cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce div.product form.cart .quantity .qty:focus,.single-product-wrapper form.cart .quantity .qty:focus{outline:none}.woocommerce div.product form.cart .single_add_to_cart_button,.single-product-wrapper form.cart .single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce div.product form.cart .single_add_to_cart_button:disabled,.single-product-wrapper form.cart .single_add_to_cart_button:disabled{opacity:.6;cursor:not-allowed}.woocommerce div.product form.cart .single_add_to_cart_button,.single-product-wrapper form.cart .single_add_to_cart_button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.woocommerce div.product form.cart .single_add_to_cart_button:hover:not(:disabled),.single-product-wrapper form.cart .single_add_to_cart_button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.woocommerce div.product form.cart .single_add_to_cart_button:active:not(:disabled),.single-product-wrapper form.cart .single_add_to_cart_button:active:not(:disabled){transform:translateY(0)}.woocommerce div.product form.cart .single_add_to_cart_button,.single-product-wrapper form.cart .single_add_to_cart_button{flex:1 1 auto;min-width:200px;height:46px;font-size:1rem;border-radius:8px}.woocommerce div.product .product_meta,.single-product-wrapper .product_meta{padding-top:1.5rem;border-top:1px solid #e0e0e0;font-size:.875rem;color:#666}.woocommerce div.product .product_meta>span,.single-product-wrapper .product_meta>span{display:block;margin-bottom:.75rem}.woocommerce div.product .product_meta>span:last-child,.single-product-wrapper .product_meta>span:last-child{margin-bottom:0}.woocommerce div.product .product_meta .posted_in a,.woocommerce div.product .product_meta .tagged_as a,.woocommerce div.product .product_meta .sku_wrapper a,.single-product-wrapper .product_meta .posted_in a,.single-product-wrapper .product_meta .tagged_as a,.single-product-wrapper .product_meta .sku_wrapper a{color:#333;font-weight:500}.woocommerce div.product .product_meta .posted_in a:hover,.woocommerce div.product .product_meta .tagged_as a:hover,.woocommerce div.product .product_meta .sku_wrapper a:hover,.single-product-wrapper .product_meta .posted_in a:hover,.single-product-wrapper .product_meta .tagged_as a:hover,.single-product-wrapper .product_meta .sku_wrapper a:hover{color:#da1c5c}.woocommerce div.product form.cart .variations{display:flex;flex-direction:column;gap:1.25rem;width:100%;margin-bottom:1.25rem}.woocommerce div.product form.cart .variations .variation-row{display:flex;flex-direction:column;gap:.5rem}.woocommerce div.product form.cart .variations .variation-row__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#333}.woocommerce div.product form.cart .variations .variation-row__select select{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce div.product form.cart .variations .variation-row__select select:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce div.product form.cart .variations .variation-row__select select::placeholder{color:#999}.woocommerce div.product form.cart .variations .variation-row__select select{width:100%;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.woocommerce div.product form.cart .variations tbody{display:contents}.woocommerce div.product form.cart .variations tr{display:flex;flex-direction:column;gap:.5rem}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{display:block;padding:0;border:none}.woocommerce div.product form.cart .variations .label label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#333}.woocommerce div.product form.cart .variations .value select{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce div.product form.cart .variations .value select:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce div.product form.cart .variations .value select::placeholder{color:#999}.woocommerce div.product form.cart .variations .value select{width:100%;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.woocommerce div.product form.cart .reset_variations{display:inline-block;margin-top:.5rem;font-size:.875rem;color:#999;transition:color 150ms ease}.woocommerce div.product form.cart .reset_variations:hover{color:#da1c5c}.woocommerce div.product form.cart .single_variation_wrap{width:100%}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation{margin-bottom:1.25rem}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price{font-size:1.75rem;font-weight:700;color:#da1c5c}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description p{color:#666;font-size:.875rem;margin-top:.5rem}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability p.stock{font-size:.875rem;font-weight:500;margin-top:.5rem}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability p.stock.in-stock{color:#28a745}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability p.stock.out-of-stock{color:#dc3545}.woocommerce-tabs,.woocommerce div.product .woocommerce-tabs{margin:0;clear:both}.woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0 0 1.5rem;border-bottom:2px solid #e0e0e0;list-style:none}.woocommerce-tabs ul.tabs::before,.woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after{display:none}.woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0;padding:0;border:none;background:none;border-radius:0}.woocommerce-tabs ul.tabs li::before,.woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}.woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:block;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.025em;border-bottom:3px solid rgba(0,0,0,0);margin-bottom:-2px;transition:all 150ms ease;background:none}.woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:#da1c5c}.woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#da1c5c;border-bottom-color:#da1c5c}.woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,.woocommerce div.product .woocommerce-tabs .panel{padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.woocommerce-tabs .woocommerce-Tabs-panel h2,.woocommerce-tabs .panel h2,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,.woocommerce div.product .woocommerce-tabs .panel h2{font-size:clamp(1.25rem,2vw + .5rem,1.75rem);margin-bottom:1.25rem}.woocommerce-tabs .woocommerce-Tabs-panel p,.woocommerce-tabs .panel p,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p,.woocommerce div.product .woocommerce-tabs .panel p{color:#666;line-height:1.625}.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes,.woocommerce-tabs .woocommerce-Tabs-panel table,.woocommerce-tabs .panel table.shop_attributes,.woocommerce-tabs .panel table,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes,.woocommerce div.product .woocommerce-tabs .panel table{width:100%;border-collapse:collapse}.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th,.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td,.woocommerce-tabs .woocommerce-Tabs-panel table th,.woocommerce-tabs .woocommerce-Tabs-panel table td,.woocommerce-tabs .panel table.shop_attributes th,.woocommerce-tabs .panel table.shop_attributes td,.woocommerce-tabs .panel table th,.woocommerce-tabs .panel table td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table td,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td,.woocommerce div.product .woocommerce-tabs .panel table th,.woocommerce div.product .woocommerce-tabs .panel table td{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;text-align:left;font-size:.875rem}.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th,.woocommerce-tabs .woocommerce-Tabs-panel table th,.woocommerce-tabs .panel table.shop_attributes th,.woocommerce-tabs .panel table th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table th,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,.woocommerce div.product .woocommerce-tabs .panel table th{font-weight:600;color:#333;width:35%}.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td,.woocommerce-tabs .woocommerce-Tabs-panel table td,.woocommerce-tabs .panel table.shop_attributes td,.woocommerce-tabs .panel table td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table td,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td,.woocommerce div.product .woocommerce-tabs .panel table td{color:#666}.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child th,.woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child td,.woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child th,.woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child td,.woocommerce-tabs .panel table.shop_attributes tr:last-child th,.woocommerce-tabs .panel table.shop_attributes tr:last-child td,.woocommerce-tabs .panel table tr:last-child th,.woocommerce-tabs .panel table tr:last-child td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table.shop_attributes tr:last-child td,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child th,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel table tr:last-child td,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:last-child th,.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:last-child td,.woocommerce div.product .woocommerce-tabs .panel table tr:last-child th,.woocommerce div.product .woocommerce-tabs .panel table tr:last-child td{border-bottom:none}.related.products,.upsells.products{margin:0;clear:both}.related.products>h2,.upsells.products>h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);text-align:center;margin-bottom:2rem}@media(min-width: 1024px){.related.products>h2,.upsells.products>h2{margin-bottom:2.5rem}}.related.products ul.products,.upsells.products ul.products{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 768px){.related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 1024px){.related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(4, 1fr)}}.related.products ul.products li.product,.upsells.products ul.products li.product{margin:0;padding:0;width:100%;float:none}.related.products ul.products li.product .woocommerce-loop-product__link,.upsells.products ul.products li.product .woocommerce-loop-product__link{display:block}.related.products ul.products li.product img,.upsells.products ul.products li.product img{width:100%;border-radius:12px;margin-bottom:.75rem}.related.products ul.products li.product .woocommerce-loop-product__title,.upsells.products ul.products li.product .woocommerce-loop-product__title{font-family:"Playfair Display",Georgia,serif;font-size:1rem;font-weight:600;margin-bottom:.5rem}.related.products ul.products li.product .price,.upsells.products ul.products li.product .price{font-size:1rem;font-weight:700;color:#da1c5c}.related.products ul.products li.product .price del,.upsells.products ul.products li.product .price del{color:#999;font-weight:400;font-size:.875rem}.related.products ul.products li.product .button,.upsells.products ul.products li.product .button{margin-top:.75rem;width:100%}.woocommerce-cart .container-narrow{max-width:1200px}.woocommerce-cart .page-header{margin-bottom:1.5rem}@media(min-width: 1024px){.woocommerce-cart .page-header{margin-bottom:2rem}}div.cart-page{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){div.cart-page{grid-template-columns:1fr 380px;align-items:start}}.woocommerce-cart-form{min-width:0}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr;grid-template-areas:"image details" "image quantity" "image subtotal" "image remove";gap:.75rem 1rem;padding:1rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}@media(min-width: 768px){.cart-item{grid-template-columns:100px 1fr auto auto auto;grid-template-areas:"image details quantity subtotal remove";align-items:center;gap:1.25rem;padding:1.25rem}}.cart-item__image{grid-area:image}.cart-item__image a{display:block}.cart-item__image img{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-item__details{grid-area:details;min-width:0}.cart-item__name a{font-weight:500;color:#333;transition:color 150ms ease}.cart-item__name a:hover{color:#da1c5c}.cart-item__name .variation{margin-top:.75rem;font-size:.875rem;color:#999;line-height:1.625}.cart-item__name .variation dt,.cart-item__name .variation dd{display:inline;margin:0}.cart-item__name .variation dt{font-weight:500}.cart-item__name .variation dd::after{content:"\a";white-space:pre}.cart-item__name .variation dd:last-child::after{content:none}.cart-item__name .variation dd p{display:inline;margin:0}.cart-item__price{margin-top:.5rem;font-size:.875rem;color:#666}@media(min-width: 768px){.cart-item__price{display:none}}.cart-item__quantity{grid-area:quantity}.cart-item__subtotal{grid-area:subtotal;font-size:1.125rem;font-weight:700;color:#333;white-space:nowrap}.cart-item__remove{grid-area:remove}.cart-item__remove-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.25rem;color:#999;background:none;border:none;border-radius:9999px;cursor:pointer;transition:all 150ms ease;text-decoration:none}.cart-item__remove-btn:hover{color:#dc3545;background-color:rgba(220,53,69,.08)}.quantity-selector{display:inline-flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.quantity-selector__btn,.quantity-selector .quantity-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background-color:#fafafa;border:none;font-size:1.1rem;font-weight:500;color:#333;cursor:pointer;transition:background-color 150ms ease;padding:0;line-height:1}.quantity-selector__btn:hover,.quantity-selector .quantity-btn:hover{background-color:#f0f0f0;color:#da1c5c}.quantity-selector__input,.quantity-selector .qty{width:48px;height:38px;text-align:center;font-size:.875rem;font-weight:500;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-radius:0;-moz-appearance:textfield;background:#fff}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button,.quantity-selector .qty::-webkit-outer-spin-button,.quantity-selector .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector__input:focus,.quantity-selector .qty:focus{outline:none}.cart-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid #f0f0f0}.cart-actions .coupon{display:flex;gap:.75rem;align-items:center}.cart-actions .coupon #coupon_code{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.cart-actions .coupon #coupon_code:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.cart-actions .coupon #coupon_code::placeholder{color:#999}.cart-actions .coupon #coupon_code{width:auto;min-width:200px;height:44px;padding:.5rem 1rem;font-size:.875rem}.cart-actions .coupon .btn{height:44px;white-space:nowrap}.cart-actions>.btn[name=update_cart]{margin-left:auto}@media(max-width: 639px){.cart-actions{flex-direction:column;align-items:stretch}.cart-actions .coupon{flex-direction:column}.cart-actions .coupon #coupon_code{width:100%;min-width:0}.cart-actions .coupon .btn{width:100%}.cart-actions>.btn[name=update_cart]{width:100%;margin-left:0}}.cart-collaterals .cart_totals{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;position:sticky;top:100px}.cart-collaterals .cart_totals h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1.25rem}.cart-collaterals .cart_totals table{width:100%}.cart-collaterals .cart_totals table th,.cart-collaterals .cart_totals table td{padding:.75rem 0;border-bottom:1px solid #f0f0f0}.cart-collaterals .cart_totals table th{text-align:left;font-weight:500;color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.cart-collaterals .cart_totals table td{text-align:right}.cart-collaterals .cart_totals table .order-total th,.cart-collaterals .cart_totals table .order-total td{font-size:1.125rem;font-weight:700;border-bottom:none;padding-top:1rem}.cart-collaterals .cart_totals table .order-total td{color:#da1c5c}.cart-collaterals .wc-proceed-to-checkout{margin-top:1.25rem}.cart-collaterals .wc-proceed-to-checkout .checkout-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.cart-collaterals .wc-proceed-to-checkout .checkout-button:disabled{opacity:.6;cursor:not-allowed}.cart-collaterals .wc-proceed-to-checkout .checkout-button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.cart-collaterals .wc-proceed-to-checkout .checkout-button:active:not(:disabled){transform:translateY(0)}.cart-collaterals .wc-proceed-to-checkout .checkout-button{width:100%;padding:1rem 1.5rem;font-size:1rem}.woocommerce-cart .woocommerce-form-coupon-toggle{margin-bottom:1.25rem}.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info{font-size:.875rem}.cart-empty{text-align:center;padding:4rem 1rem}.cart-empty.woocommerce-info{border-left:none;box-shadow:none;background-color:rgba(0,0,0,0);font-size:1.125rem;color:#666}.woocommerce-cart .return-to-shop{text-align:center;margin-top:1.5rem}.woocommerce-cart .return-to-shop .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce-cart .return-to-shop .button:disabled{opacity:.6;cursor:not-allowed}.woocommerce-cart .return-to-shop .button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.woocommerce-cart .return-to-shop .button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.woocommerce-cart .return-to-shop .button:active:not(:disabled){transform:translateY(0)}.woocommerce-cart .return-to-shop .button{padding:1rem 2rem}.woocommerce-checkout .container-narrow{max-width:1200px}form.checkout.woocommerce-checkout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 1024px){form.checkout.woocommerce-checkout{grid-template-columns:1.3fr 1fr;gap:2rem;align-items:start}}@media(min-width: 1024px){form.checkout.woocommerce-checkout .checkout-columns{grid-column:1;grid-row:1/4}}@media(min-width: 1024px){form.checkout.woocommerce-checkout #order_review_heading{grid-column:2}}@media(min-width: 1024px){form.checkout.woocommerce-checkout #order_review{grid-column:2}}.checkout-section{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);margin-bottom:1.5rem}.checkout-section__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.checkout-fields{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.checkout-fields{grid-template-columns:1fr 1fr}}.checkout-fields .form-row-wide{grid-column:1/-1}.woocommerce-checkout .woocommerce-notices-wrapper{margin-bottom:1.25rem}.woocommerce-form-login-toggle,.woocommerce-form-coupon-toggle{margin-bottom:1rem}.woocommerce-form-login-toggle .woocommerce-info,.woocommerce-form-coupon-toggle .woocommerce-info{margin-bottom:0}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:none;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);margin-bottom:1.5rem}.woocommerce form.checkout_coupon h2,.woocommerce form.login h2,.woocommerce form.register h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1rem}.woocommerce form.checkout_coupon p,.woocommerce form.login p,.woocommerce form.register p{margin-bottom:1rem;color:#666;font-size:.875rem}.woocommerce form.checkout_coupon .form-row,.woocommerce form.login .form-row,.woocommerce form.register .form-row{display:block;margin-bottom:1rem}.woocommerce form.checkout_coupon .form-row label,.woocommerce form.login .form-row label,.woocommerce form.register .form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.woocommerce form.checkout_coupon .form-row input[type=text],.woocommerce form.checkout_coupon .form-row input[type=email],.woocommerce form.checkout_coupon .form-row input[type=password],.woocommerce form.login .form-row input[type=text],.woocommerce form.login .form-row input[type=email],.woocommerce form.login .form-row input[type=password],.woocommerce form.register .form-row input[type=text],.woocommerce form.register .form-row input[type=email],.woocommerce form.register .form-row input[type=password]{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce form.checkout_coupon .form-row input[type=text]:focus,.woocommerce form.checkout_coupon .form-row input[type=email]:focus,.woocommerce form.checkout_coupon .form-row input[type=password]:focus,.woocommerce form.login .form-row input[type=text]:focus,.woocommerce form.login .form-row input[type=email]:focus,.woocommerce form.login .form-row input[type=password]:focus,.woocommerce form.register .form-row input[type=text]:focus,.woocommerce form.register .form-row input[type=email]:focus,.woocommerce form.register .form-row input[type=password]:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce form.checkout_coupon .form-row input[type=text]::placeholder,.woocommerce form.checkout_coupon .form-row input[type=email]::placeholder,.woocommerce form.checkout_coupon .form-row input[type=password]::placeholder,.woocommerce form.login .form-row input[type=text]::placeholder,.woocommerce form.login .form-row input[type=email]::placeholder,.woocommerce form.login .form-row input[type=password]::placeholder,.woocommerce form.register .form-row input[type=text]::placeholder,.woocommerce form.register .form-row input[type=email]::placeholder,.woocommerce form.register .form-row input[type=password]::placeholder{color:#999}.woocommerce form.checkout_coupon .button,.woocommerce form.login .button,.woocommerce form.register .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce form.checkout_coupon .button:disabled,.woocommerce form.login .button:disabled,.woocommerce form.register .button:disabled{opacity:.6;cursor:not-allowed}.woocommerce form.checkout_coupon .button,.woocommerce form.login .button,.woocommerce form.register .button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.woocommerce form.checkout_coupon .button:hover:not(:disabled),.woocommerce form.login .button:hover:not(:disabled),.woocommerce form.register .button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.woocommerce form.checkout_coupon .button:active:not(:disabled),.woocommerce form.login .button:active:not(:disabled),.woocommerce form.register .button:active:not(:disabled){transform:translateY(0)}.woocommerce form.checkout_coupon .button,.woocommerce form.login .button,.woocommerce form.register .button{border-radius:12px}.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);margin-bottom:1.5rem}.woocommerce-billing-fields h3,.woocommerce-billing-fields .checkout-section__title,.woocommerce-shipping-fields h3,.woocommerce-shipping-fields .checkout-section__title,.woocommerce-additional-fields h3,.woocommerce-additional-fields .checkout-section__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper,.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper{grid-template-columns:1fr 1fr}}.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-wide,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .notes,.woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row-wide,.woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .notes,.woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-wide,.woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .notes,.woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row-wide,.woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .notes,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-wide,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .notes,.woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper .form-row-wide,.woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper .notes,.woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-wide,.woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .notes,.woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper .form-row-wide,.woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper .notes,.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-wide,.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .notes{grid-column:1/-1}.woocommerce-billing-fields .form-row,.woocommerce-shipping-fields .form-row,.woocommerce-additional-fields .form-row{display:block;margin-bottom:0}.woocommerce-billing-fields .form-row label,.woocommerce-shipping-fields .form-row label,.woocommerce-additional-fields .form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.woocommerce-billing-fields .form-row label .required,.woocommerce-shipping-fields .form-row label .required,.woocommerce-additional-fields .form-row label .required{color:#da1c5c}.woocommerce-billing-fields .form-row label .optional,.woocommerce-shipping-fields .form-row label .optional,.woocommerce-additional-fields .form-row label .optional{font-weight:400;color:#999;font-size:.75rem}.woocommerce-billing-fields .form-row input[type=text],.woocommerce-billing-fields .form-row input[type=email],.woocommerce-billing-fields .form-row input[type=tel],.woocommerce-billing-fields .form-row input[type=password],.woocommerce-billing-fields .form-row input[type=number],.woocommerce-billing-fields .form-row textarea,.woocommerce-billing-fields .form-row select,.woocommerce-shipping-fields .form-row input[type=text],.woocommerce-shipping-fields .form-row input[type=email],.woocommerce-shipping-fields .form-row input[type=tel],.woocommerce-shipping-fields .form-row input[type=password],.woocommerce-shipping-fields .form-row input[type=number],.woocommerce-shipping-fields .form-row textarea,.woocommerce-shipping-fields .form-row select,.woocommerce-additional-fields .form-row input[type=text],.woocommerce-additional-fields .form-row input[type=email],.woocommerce-additional-fields .form-row input[type=tel],.woocommerce-additional-fields .form-row input[type=password],.woocommerce-additional-fields .form-row input[type=number],.woocommerce-additional-fields .form-row textarea,.woocommerce-additional-fields .form-row select{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce-billing-fields .form-row input[type=text]:focus,.woocommerce-billing-fields .form-row input[type=email]:focus,.woocommerce-billing-fields .form-row input[type=tel]:focus,.woocommerce-billing-fields .form-row input[type=password]:focus,.woocommerce-billing-fields .form-row input[type=number]:focus,.woocommerce-billing-fields .form-row textarea:focus,.woocommerce-billing-fields .form-row select:focus,.woocommerce-shipping-fields .form-row input[type=text]:focus,.woocommerce-shipping-fields .form-row input[type=email]:focus,.woocommerce-shipping-fields .form-row input[type=tel]:focus,.woocommerce-shipping-fields .form-row input[type=password]:focus,.woocommerce-shipping-fields .form-row input[type=number]:focus,.woocommerce-shipping-fields .form-row textarea:focus,.woocommerce-shipping-fields .form-row select:focus,.woocommerce-additional-fields .form-row input[type=text]:focus,.woocommerce-additional-fields .form-row input[type=email]:focus,.woocommerce-additional-fields .form-row input[type=tel]:focus,.woocommerce-additional-fields .form-row input[type=password]:focus,.woocommerce-additional-fields .form-row input[type=number]:focus,.woocommerce-additional-fields .form-row textarea:focus,.woocommerce-additional-fields .form-row select:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce-billing-fields .form-row input[type=text]::placeholder,.woocommerce-billing-fields .form-row input[type=email]::placeholder,.woocommerce-billing-fields .form-row input[type=tel]::placeholder,.woocommerce-billing-fields .form-row input[type=password]::placeholder,.woocommerce-billing-fields .form-row input[type=number]::placeholder,.woocommerce-billing-fields .form-row textarea::placeholder,.woocommerce-billing-fields .form-row select::placeholder,.woocommerce-shipping-fields .form-row input[type=text]::placeholder,.woocommerce-shipping-fields .form-row input[type=email]::placeholder,.woocommerce-shipping-fields .form-row input[type=tel]::placeholder,.woocommerce-shipping-fields .form-row input[type=password]::placeholder,.woocommerce-shipping-fields .form-row input[type=number]::placeholder,.woocommerce-shipping-fields .form-row textarea::placeholder,.woocommerce-shipping-fields .form-row select::placeholder,.woocommerce-additional-fields .form-row input[type=text]::placeholder,.woocommerce-additional-fields .form-row input[type=email]::placeholder,.woocommerce-additional-fields .form-row input[type=tel]::placeholder,.woocommerce-additional-fields .form-row input[type=password]::placeholder,.woocommerce-additional-fields .form-row input[type=number]::placeholder,.woocommerce-additional-fields .form-row textarea::placeholder,.woocommerce-additional-fields .form-row select::placeholder{color:#999}.woocommerce-billing-fields .form-row textarea,.woocommerce-shipping-fields .form-row textarea,.woocommerce-additional-fields .form-row textarea{min-height:100px;resize:vertical}.woocommerce-billing-fields .form-row .select2-container,.woocommerce-shipping-fields .form-row .select2-container,.woocommerce-additional-fields .form-row .select2-container{width:100% !important}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single:focus,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single:focus,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single::placeholder,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single::placeholder,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single::placeholder{color:#999}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single{height:auto;min-height:46px;padding:.75rem 1rem;display:flex;align-items:center}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered{padding:0;line-height:inherit;flex:1;min-width:0}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow{position:static;height:auto;width:20px;flex-shrink:0;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow b,.woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow b,.woocommerce-additional-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow b{border-color:#999 rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px 4px 0;margin:0;position:static;transform:none}.woocommerce-billing-fields .form-row .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,.woocommerce-shipping-fields .form-row .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b,.woocommerce-additional-fields .form-row .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #999;border-width:0 4px 5px}.select2-dropdown{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}.select2-dropdown .select2-search__field{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.select2-dropdown .select2-search__field:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.select2-dropdown .select2-search__field::placeholder{color:#999}.select2-dropdown .select2-search__field{border-radius:4px;margin:0}.select2-dropdown .select2-results__option{padding:.75rem 1rem;font-size:.875rem}.select2-dropdown .select2-results__option--highlighted,.select2-dropdown .select2-results__option[aria-selected=true]{background-color:rgba(218,28,92,.08);color:#da1c5c}#ship-to-different-address .woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:1rem;cursor:pointer}#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]{flex-shrink:0;accent-color:#da1c5c}.woocommerce-account-fields{margin-bottom:1.5rem}.woocommerce-account-fields .create-account label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.woocommerce-account-fields .create-account label input[type=checkbox]{accent-color:#da1c5c}#order_review_heading{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1.25rem}.woocommerce-checkout-review-order,.checkout-order-review{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem}@media(min-width: 1024px){.woocommerce-checkout-review-order,.checkout-order-review{position:sticky;top:100px}}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,.woocommerce-checkout-review-order .checkout-review-table,.checkout-order-review .woocommerce-checkout-review-order-table,.checkout-order-review .checkout-review-table{width:100%;margin-bottom:1.25rem;border-collapse:collapse}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order .checkout-review-table th,.woocommerce-checkout-review-order .checkout-review-table td,.checkout-order-review .woocommerce-checkout-review-order-table th,.checkout-order-review .woocommerce-checkout-review-order-table td,.checkout-order-review .checkout-review-table th,.checkout-order-review .checkout-review-table td{padding:.75rem 0;border-bottom:1px solid #f0f0f0;font-size:.875rem}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead th,.woocommerce-checkout-review-order .checkout-review-table thead th,.checkout-order-review .woocommerce-checkout-review-order-table thead th,.checkout-order-review .checkout-review-table thead th{font-weight:600;text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;color:#999;padding-bottom:1rem}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item td,.woocommerce-checkout-review-order .checkout-review-table .cart_item td,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item td,.checkout-order-review .checkout-review-table .cart_item td{padding:.75rem 0}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name,.checkout-order-review .checkout-review-table .cart_item .product-name{color:#333;font-weight:500}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name .product-quantity,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name .product-quantity,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name .product-quantity,.checkout-order-review .checkout-review-table .cart_item .product-name .product-quantity{color:#999;font-weight:400}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation{margin-top:.25rem;font-size:.75rem;color:#999;font-weight:400}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt,.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation dt,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation dd,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation dt,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation dd{display:inline;margin:0}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt p,.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd p,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation dt p,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation dd p,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt p,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dd p,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation dt p,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation dd p{display:inline;margin:0}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-name dl.variation dt,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-name dl.variation dt,.checkout-order-review .checkout-review-table .cart_item .product-name dl.variation dt{font-weight:500}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart_item .product-total,.woocommerce-checkout-review-order .checkout-review-table .cart_item .product-total,.checkout-order-review .woocommerce-checkout-review-order-table .cart_item .product-total,.checkout-order-review .checkout-review-table .cart_item .product-total{text-align:right;font-weight:600;white-space:nowrap}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout-review-order .checkout-review-table tfoot th,.checkout-order-review .woocommerce-checkout-review-order-table tfoot th,.checkout-order-review .checkout-review-table tfoot th{text-align:left;font-weight:500}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot td,.woocommerce-checkout-review-order .checkout-review-table tfoot td,.checkout-order-review .woocommerce-checkout-review-order-table tfoot td,.checkout-order-review .checkout-review-table tfoot td{text-align:right}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th,.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td,.woocommerce-checkout-review-order .checkout-review-table tfoot .order-total th,.woocommerce-checkout-review-order .checkout-review-table tfoot .order-total td,.checkout-order-review .woocommerce-checkout-review-order-table tfoot .order-total th,.checkout-order-review .woocommerce-checkout-review-order-table tfoot .order-total td,.checkout-order-review .checkout-review-table tfoot .order-total th,.checkout-order-review .checkout-review-table tfoot .order-total td{font-size:1.125rem;font-weight:700;border-bottom:none;padding-top:1rem}.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td,.woocommerce-checkout-review-order .checkout-review-table tfoot .order-total td,.checkout-order-review .woocommerce-checkout-review-order-table tfoot .order-total td,.checkout-order-review .checkout-review-table tfoot .order-total td{color:#da1c5c}#payment{background-color:rgba(0,0,0,0);border-radius:0}#payment .form-row{display:block}#payment .wc_payment_methods{padding:0;margin:0 0 1.25rem;list-style:none;border-bottom:1px solid #f0f0f0}#payment .wc_payment_methods li{padding:1rem 0;border-top:1px solid #f0f0f0}#payment .wc_payment_methods li:first-child{border-top:none}#payment .wc_payment_methods .wc_payment_method label{display:flex;align-items:center;gap:.75rem;font-weight:500;cursor:pointer;color:#333}#payment .wc_payment_methods .wc_payment_method label img{max-height:24px;width:auto}#payment .wc_payment_methods .wc_payment_method input[type=radio]{accent-color:#da1c5c;margin:0}#payment .wc_payment_methods .wc_payment_method .payment_box{padding:1rem;margin-top:.75rem;background-color:#fafafa;border-radius:8px;font-size:.875rem;color:#666}#payment .wc_payment_methods .wc_payment_method .payment_box p{margin:0}#payment .wc_payment_methods .wc_payment_method .payment_box fieldset{border:none;padding:0;margin:0}#payment .wc_payment_methods .wc_payment_method .payment_box fieldset label{font-size:.875rem;font-weight:400;margin-bottom:.5rem}#payment .wc_payment_methods .wc_payment_method .payment_box fieldset input{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}#payment .wc_payment_methods .wc_payment_method .payment_box fieldset input:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}#payment .wc_payment_methods .wc_payment_method .payment_box fieldset input::placeholder{color:#999}#payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:1.25rem}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{font-size:.875rem;color:#666;line-height:1.625;margin-bottom:1rem}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{margin:0}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{color:#da1c5c}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover{text-decoration:underline}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#666;line-height:1.625;cursor:pointer}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type=checkbox]{flex-shrink:0;margin-top:3px;accent-color:#da1c5c}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text{flex:1}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a{color:#da1c5c}#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a:hover{text-decoration:underline}#payment .place-order .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}#payment .place-order .button:disabled{opacity:.6;cursor:not-allowed}#payment .place-order .button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}#payment .place-order .button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}#payment .place-order .button:active:not(:disabled){transform:translateY(0)}#payment .place-order .button{width:100%;padding:1.25rem 1.5rem;font-size:1rem;text-transform:uppercase;letter-spacing:.025em;border-radius:12px}#payment .place-order .button:hover:not(:disabled){transform:none}.woocommerce-order-received .container-narrow{max-width:1200px}.woocommerce-order-received .page-header{display:none}.woocommerce-order-received .order-confirmation__header{text-align:center;padding:2.5rem 0 2rem}.woocommerce-order-received .order-confirmation__header h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;margin-bottom:1.25rem}.woocommerce-order-received .order-confirmation__header .woocommerce-thankyou-order-received{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;display:inline-block;padding:1.25rem 2rem;font-size:1rem;color:#28a745;font-weight:600}.woocommerce-order-received .order-confirmation__details{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem 1.5rem;margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}@media(min-width: 768px){.woocommerce-order-received .order-confirmation__details{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}}.woocommerce-order-received .order-detail__label{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:#999;margin-bottom:.25rem}.woocommerce-order-received .order-detail__value{font-size:1rem}.woocommerce-order-received .woocommerce-bacs-bank-details{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;margin-bottom:1.5rem}.woocommerce-order-received .woocommerce-bacs-bank-details h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1rem}.woocommerce-order-received .woocommerce-bacs-bank-details ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width: 768px){.woocommerce-order-received .woocommerce-bacs-bank-details ul{grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}}.woocommerce-order-received .woocommerce-bacs-bank-details ul li{font-size:.875rem;color:#666}.woocommerce-order-received .woocommerce-bacs-bank-details ul li strong{display:block;color:#333;font-size:1rem;margin-top:.25rem}.woocommerce-order-received .woocommerce-order-details{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;margin-bottom:1.5rem}.woocommerce-order-received .woocommerce-order-details h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1.25rem}.woocommerce-order-received .woocommerce-order-details table{width:100%;border-collapse:collapse}.woocommerce-order-received .woocommerce-order-details table thead th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#999;padding:.75rem 0;border-bottom:2px solid #f0f0f0}.woocommerce-order-received .woocommerce-order-details table thead th:last-child{text-align:right}.woocommerce-order-received .woocommerce-order-details table tbody td{padding:1rem 0;border-bottom:1px solid #f0f0f0;font-size:.875rem;vertical-align:top}.woocommerce-order-received .woocommerce-order-details table tbody td:last-child{text-align:right;font-weight:600;white-space:nowrap}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation{margin-top:.5rem;font-size:.75rem;color:#999}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dt,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dd,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta li,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dt,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dd,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation li{display:inline;margin:0;padding:0}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dt p,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dd p,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta li p,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dt p,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dd p,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation li p{display:inline;margin:0}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dt,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta .wc-item-meta-label,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dt,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation .wc-item-meta-label{font-weight:500}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dd::after,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta li::after,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dd::after,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation li::after{content:"\a";white-space:pre}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta dd:last-child::after,.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta li:last-child::after,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation dd:last-child::after,.woocommerce-order-received .woocommerce-order-details table tbody td dl.variation li:last-child::after{content:none}.woocommerce-order-received .woocommerce-order-details table tbody td .wc-item-meta{list-style:none}.woocommerce-order-received .woocommerce-order-details table tfoot th{text-align:left;font-size:.875rem;font-weight:500;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.woocommerce-order-received .woocommerce-order-details table tfoot td{text-align:right;padding:.75rem 0;border-bottom:1px solid #f0f0f0;font-size:.875rem}.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-child th,.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-child td{font-size:1.125rem;font-weight:700;border-bottom:none;padding-top:1.25rem}.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-child td{color:#da1c5c}.woocommerce-order-received .woocommerce-customer-details{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;margin-bottom:1.5rem}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses{grid-template-columns:1fr 1fr}}.woocommerce-order-received .woocommerce-customer-details h2,.woocommerce-order-received .woocommerce-customer-details h3{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin-bottom:1rem}.woocommerce-order-received .woocommerce-customer-details address{font-style:normal;font-size:.875rem;line-height:1.625;color:#666}.woocommerce-order-received .woocommerce-customer-details address p{margin-bottom:.25rem}.woocommerce-order-received .woocommerce-customer-details address p:last-child{margin-bottom:0}.woocommerce-order-received .order-confirmation__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;padding-top:1.5rem;padding-bottom:2rem}.woocommerce-order-received .order-confirmation__actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce-order-received .order-confirmation__actions .btn:disabled{opacity:.6;cursor:not-allowed}.woocommerce-order-received .order-confirmation__actions .btn{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.woocommerce-order-received .order-confirmation__actions .btn:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.woocommerce-order-received .order-confirmation__actions .btn:active:not(:disabled){transform:translateY(0)}.woocommerce-order-received .order-confirmation__actions .btn{padding:1rem 2rem}.woocommerce-order-received .order-confirmation__actions .btn-secondary{background-color:rgba(0,0,0,0);color:#333;border:2px solid #e0e0e0;box-shadow:none}.woocommerce-order-received .order-confirmation__actions .btn-secondary:hover{border-color:#da1c5c;color:#da1c5c;background-color:rgba(0,0,0,0)}.woocommerce-order-received .woocommerce-order-overview{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;padding:1.5rem;margin-bottom:2rem;list-style:none}@media(min-width: 768px){.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(4, 1fr)}}.woocommerce-order-received .woocommerce-order-overview li{text-align:center;padding:.75rem}.woocommerce-order-received .woocommerce-order-overview li strong{display:block;margin-top:.5rem;color:#333;font-size:1rem}.my-account-page{padding-top:2.5rem;padding-bottom:4rem}@media(min-width: 1024px){.my-account-page{padding-top:3rem;padding-bottom:5rem}}.my-account{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.my-account{flex-direction:row;gap:2.5rem}}.my-account__sidebar{flex-shrink:0}@media(min-width: 1024px){.my-account__sidebar{width:240px;position:sticky;top:100px;align-self:flex-start}}.my-account__content{flex:1;min-width:0}.account-nav{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:.75rem}.account-nav__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.account-nav__item{margin:0}.account-nav__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#333;border-radius:8px;transition:all 150ms ease;text-decoration:none}.account-nav__link svg{flex-shrink:0;opacity:.5}.account-nav__link:hover{background-color:#fafafa;color:#da1c5c}.account-nav__link:hover svg{opacity:1}.account-nav .is-active .account-nav__link{background-color:#da1c5c;color:#fff;font-weight:600}.account-nav .is-active .account-nav__link svg{opacity:1}.account-nav .is-active .account-nav__link:hover{background-color:#b8164d;color:#fff}.account-nav .woocommerce-MyAccount-navigation-link--customer-logout .account-nav__link{color:#999}.account-nav .woocommerce-MyAccount-navigation-link--customer-logout .account-nav__link:hover{color:#dc3545;background-color:rgba(220,53,69,.05)}.account-nav .woocommerce-MyAccount-navigation-link--customer-logout .account-nav__link:hover svg{opacity:1}@media(max-width: 1023px){.account-nav__list{flex-direction:row;flex-wrap:wrap;gap:.5rem}.account-nav__link{padding:.5rem .75rem;font-size:.75rem;white-space:nowrap}.account-nav__link svg{display:none}}.account-login{max-width:440px;margin:0 auto;padding:2.5rem 0 4rem}@media(min-width: 1024px){.account-login{padding:3rem 0 5rem}}.account-login__page-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;text-align:center;margin-bottom:2rem}.account-login__card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:2rem}@media(min-width: 640px){.account-login__card{padding:2.5rem}}.account-login__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:700;margin-bottom:1.5rem}.account-login .form-row{margin-bottom:1rem}.account-login .form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.account-login .form-row label .required{color:#da1c5c}.account-login .form-row input[type=text],.account-login .form-row input[type=email],.account-login .form-row input[type=password]{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.account-login .form-row input[type=text]:focus,.account-login .form-row input[type=email]:focus,.account-login .form-row input[type=password]:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.account-login .form-row input[type=text]::placeholder,.account-login .form-row input[type=email]::placeholder,.account-login .form-row input[type=password]::placeholder{color:#999}.account-login__remember{margin-bottom:1.25rem}.account-login__remember label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;cursor:pointer}.account-login__remember input[type=checkbox]{accent-color:#da1c5c}.account-login .woocommerce-form-login__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.account-login .woocommerce-form-login__submit:disabled{opacity:.6;cursor:not-allowed}.account-login .woocommerce-form-login__submit{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.account-login .woocommerce-form-login__submit:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.account-login .woocommerce-form-login__submit:active:not(:disabled){transform:translateY(0)}.account-login .woocommerce-form-login__submit{width:100%;padding:1rem;font-size:1rem}.account-login__lost-password{margin-top:1rem;text-align:center}.account-login__lost-password a{font-size:.875rem;color:#999;transition:color 150ms ease}.account-login__lost-password a:hover{color:#da1c5c}.account-login__register{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#666}.account-login__register a{color:#da1c5c;font-weight:500}.account-login__register a:hover{text-decoration:underline}.account-login .woocommerce-error,.account-login .woocommerce-message,.account-login .woocommerce-info{margin-bottom:1.25rem;padding:1rem;border-radius:8px;font-size:.875rem;line-height:1.625;list-style:none}.account-login .woocommerce-error li,.account-login .woocommerce-message li,.account-login .woocommerce-info li{list-style:none}.account-login .woocommerce-error{background-color:rgba(220,53,69,.06);border:1px solid rgba(220,53,69,.15);color:#dc3545}.account-login .woocommerce-error strong{font-weight:600}.my-account__content>p:first-child{font-size:1rem;color:#666;line-height:1.625;margin-bottom:1.5rem}.my-account__content>p:first-child strong{color:#333}.my-account__content>p:first-child a{color:#da1c5c;font-weight:500}.my-account__content>p:first-child a:hover{text-decoration:underline}.my-account__content>h2,.my-account__content>h3{font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.2;margin-bottom:1.25rem}.my-account__content>h2{font-size:clamp(1.25rem,2vw + .5rem,1.75rem)}.woocommerce-orders-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;overflow:hidden}.woocommerce-orders-table thead th{background-color:#fafafa;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;text-align:left;color:#999}.woocommerce-orders-table tbody td,.woocommerce-orders-table tbody th{padding:1rem;border-top:1px solid #f0f0f0;font-size:.875rem;vertical-align:middle}.woocommerce-orders-table tbody tr:hover{background-color:#fafafa}.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a{font-weight:600;color:#da1c5c}.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover{text-decoration:underline}.woocommerce-orders-table .woocommerce-orders-table__cell-order-status{font-weight:500}.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button,.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .btn,.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:.75rem;font-weight:500;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border:1px solid #e0e0e0;border-radius:8px;background:rgba(0,0,0,0);color:#333;cursor:pointer;text-decoration:none;transition:all 150ms ease;white-space:nowrap}.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover,.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .btn:hover,.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover{border-color:#da1c5c;color:#da1c5c;background-color:rgba(218,28,92,.04)}@media(max-width: 767px){.woocommerce-orders-table thead{display:none}.woocommerce-orders-table tbody tr{display:block;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1rem;margin-bottom:1rem}.woocommerce-orders-table tbody td,.woocommerce-orders-table tbody th{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-top:none;border-bottom:1px solid #f0f0f0}.woocommerce-orders-table tbody td:last-child,.woocommerce-orders-table tbody th:last-child{border-bottom:none}.woocommerce-orders-table tbody td::before,.woocommerce-orders-table tbody th::before{content:attr(data-title);font-weight:600;color:#999;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}}.woocommerce-EditAccountForm,.account-form{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem}@media(min-width: 1024px){.woocommerce-EditAccountForm,.account-form{padding:2rem}}.woocommerce-EditAccountForm .account-form__row--half,.account-form .account-form__row--half{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 639px){.woocommerce-EditAccountForm .account-form__row--half,.account-form .account-form__row--half{grid-template-columns:1fr}}.woocommerce-EditAccountForm fieldset,.woocommerce-EditAccountForm .account-form__password-section,.account-form fieldset,.account-form .account-form__password-section{border:none;padding:0;margin:1.5rem 0 0}.woocommerce-EditAccountForm fieldset legend,.woocommerce-EditAccountForm .account-form__password-section legend,.account-form fieldset legend,.account-form .account-form__password-section legend{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0;width:100%}.woocommerce-EditAccountForm .form-row,.account-form .form-row{margin-bottom:1rem}.woocommerce-EditAccountForm .form-row label,.account-form .form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.woocommerce-EditAccountForm .form-row label .required,.account-form .form-row label .required{color:#da1c5c}.woocommerce-EditAccountForm .form-row input[type=text],.woocommerce-EditAccountForm .form-row input[type=email],.woocommerce-EditAccountForm .form-row input[type=password],.account-form .form-row input[type=text],.account-form .form-row input[type=email],.account-form .form-row input[type=password]{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.woocommerce-EditAccountForm .form-row input[type=text]:focus,.woocommerce-EditAccountForm .form-row input[type=email]:focus,.woocommerce-EditAccountForm .form-row input[type=password]:focus,.account-form .form-row input[type=text]:focus,.account-form .form-row input[type=email]:focus,.account-form .form-row input[type=password]:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.woocommerce-EditAccountForm .form-row input[type=text]::placeholder,.woocommerce-EditAccountForm .form-row input[type=email]::placeholder,.woocommerce-EditAccountForm .form-row input[type=password]::placeholder,.account-form .form-row input[type=text]::placeholder,.account-form .form-row input[type=email]::placeholder,.account-form .form-row input[type=password]::placeholder{color:#999}.woocommerce-EditAccountForm .form-row em,.account-form .form-row em{display:block;margin-top:.5rem;font-size:.75rem;color:#999}.woocommerce-EditAccountForm .account-form__submit .button,.woocommerce-EditAccountForm>.button,.woocommerce-EditAccountForm button[type=submit],.account-form .account-form__submit .button,.account-form>.button,.account-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce-EditAccountForm .account-form__submit .button:disabled,.woocommerce-EditAccountForm>.button:disabled,.woocommerce-EditAccountForm button[type=submit]:disabled,.account-form .account-form__submit .button:disabled,.account-form>.button:disabled,.account-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.woocommerce-EditAccountForm .account-form__submit .button,.woocommerce-EditAccountForm>.button,.woocommerce-EditAccountForm button[type=submit],.account-form .account-form__submit .button,.account-form>.button,.account-form button[type=submit]{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.woocommerce-EditAccountForm .account-form__submit .button:hover:not(:disabled),.woocommerce-EditAccountForm>.button:hover:not(:disabled),.woocommerce-EditAccountForm button[type=submit]:hover:not(:disabled),.account-form .account-form__submit .button:hover:not(:disabled),.account-form>.button:hover:not(:disabled),.account-form button[type=submit]:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.woocommerce-EditAccountForm .account-form__submit .button:active:not(:disabled),.woocommerce-EditAccountForm>.button:active:not(:disabled),.woocommerce-EditAccountForm button[type=submit]:active:not(:disabled),.account-form .account-form__submit .button:active:not(:disabled),.account-form>.button:active:not(:disabled),.account-form button[type=submit]:active:not(:disabled){transform:translateY(0)}.woocommerce-EditAccountForm .account-form__submit .button,.woocommerce-EditAccountForm>.button,.woocommerce-EditAccountForm button[type=submit],.account-form .account-form__submit .button,.account-form>.button,.account-form button[type=submit]{margin-top:1rem}.address-form{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem}@media(min-width: 1024px){.address-form{padding:2rem}}.address-form__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:1.25rem}.address-form__field-wrapper{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 768px){.address-form__field-wrapper{grid-template-columns:1fr 1fr}}.address-form__field-wrapper .form-row-wide{grid-column:1/-1}.address-form__field-wrapper .form-row{margin-bottom:0}.address-form__field-wrapper .form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.address-form__field-wrapper .form-row label .required{color:#da1c5c}.address-form__field-wrapper .form-row input[type=text],.address-form__field-wrapper .form-row input[type=tel],.address-form__field-wrapper .form-row input[type=email],.address-form__field-wrapper .form-row select{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.address-form__field-wrapper .form-row input[type=text]:focus,.address-form__field-wrapper .form-row input[type=tel]:focus,.address-form__field-wrapper .form-row input[type=email]:focus,.address-form__field-wrapper .form-row select:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.address-form__field-wrapper .form-row input[type=text]::placeholder,.address-form__field-wrapper .form-row input[type=tel]::placeholder,.address-form__field-wrapper .form-row input[type=email]::placeholder,.address-form__field-wrapper .form-row select::placeholder{color:#999}.address-form__field-wrapper .form-row .select2-container{width:100% !important}.address-form__field-wrapper .form-row .select2-container .select2-selection--single{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.address-form__field-wrapper .form-row .select2-container .select2-selection--single:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.address-form__field-wrapper .form-row .select2-container .select2-selection--single::placeholder{color:#999}.address-form__field-wrapper .form-row .select2-container .select2-selection--single{height:auto;min-height:46px;padding:.75rem 1rem;display:flex;align-items:center}.address-form__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__rendered{padding:0;line-height:inherit;flex:1}.address-form__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__arrow{position:static;height:auto;width:20px;flex-shrink:0;margin-left:.5rem}.address-form__submit .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.address-form__submit .button:disabled{opacity:.6;cursor:not-allowed}.address-form__submit .button{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.address-form__submit .button:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.address-form__submit .button:active:not(:disabled){transform:translateY(0)}.address-form__submit .button{margin-top:1.25rem}.woocommerce-Addresses{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.woocommerce-Addresses{grid-template-columns:1fr 1fr}}.woocommerce-Addresses .woocommerce-Address{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);margin:0}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a{font-size:.875rem;color:#da1c5c;font-weight:500}.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover{text-decoration:underline}.woocommerce-Addresses .woocommerce-Address address{font-style:normal;line-height:1.625;color:#666}.my-account__content .woocommerce-message,.my-account__content .woocommerce-error,.my-account__content .woocommerce-info{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.25rem;margin-bottom:1.5rem;border-left:3px solid #da1c5c;font-size:.875rem;line-height:1.625}.my-account__content .woocommerce-message .button,.my-account__content .woocommerce-error .button,.my-account__content .woocommerce-message .wc-forward,.my-account__content .woocommerce-error .wc-forward,.my-account__content .woocommerce-info .button,.my-account__content .woocommerce-info .wc-forward{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.my-account__content .woocommerce-message .button:disabled,.my-account__content .woocommerce-error .button:disabled,.my-account__content .woocommerce-message .wc-forward:disabled,.my-account__content .woocommerce-error .wc-forward:disabled,.my-account__content .woocommerce-info .button:disabled,.my-account__content .woocommerce-info .wc-forward:disabled{opacity:.6;cursor:not-allowed}.my-account__content .woocommerce-message .button,.my-account__content .woocommerce-error .button,.my-account__content .woocommerce-message .wc-forward,.my-account__content .woocommerce-error .wc-forward,.my-account__content .woocommerce-info .button,.my-account__content .woocommerce-info .wc-forward{color:#fff;background-color:#da1c5c;border-color:#da1c5c}.my-account__content .woocommerce-message .button:hover:not(:disabled),.my-account__content .woocommerce-error .button:hover:not(:disabled),.my-account__content .woocommerce-message .wc-forward:hover:not(:disabled),.my-account__content .woocommerce-error .wc-forward:hover:not(:disabled),.my-account__content .woocommerce-info .button:hover:not(:disabled),.my-account__content .woocommerce-info .wc-forward:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.my-account__content .woocommerce-message .button:active:not(:disabled),.my-account__content .woocommerce-error .button:active:not(:disabled),.my-account__content .woocommerce-message .wc-forward:active:not(:disabled),.my-account__content .woocommerce-error .wc-forward:active:not(:disabled),.my-account__content .woocommerce-info .button:active:not(:disabled),.my-account__content .woocommerce-info .wc-forward:active:not(:disabled){transform:translateY(0)}.my-account__content .woocommerce-message .button,.my-account__content .woocommerce-error .button,.my-account__content .woocommerce-message .wc-forward,.my-account__content .woocommerce-error .wc-forward,.my-account__content .woocommerce-info .button,.my-account__content .woocommerce-info .wc-forward{flex-shrink:0;white-space:nowrap}.my-account__content .woocommerce-error{padding:1rem;margin-bottom:1.25rem;border-radius:8px;background-color:rgba(220,53,69,.06);border:1px solid rgba(220,53,69,.15);color:#dc3545;font-size:.875rem;list-style:none}.my-account__content .woocommerce-error li{list-style:none}.order-details-header{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.25rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.625}.order-details-header mark{background:none;font-weight:600;color:#333}.order-details-header .order-status{color:#da1c5c}.woocommerce-order-details{margin-bottom:2rem}.woocommerce-order-details .order-again{margin-top:1.5rem}.woocommerce-order-details .order-again .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.woocommerce-order-details .order-again .button:disabled{opacity:.6;cursor:not-allowed}.woocommerce-order-details .order-again .button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:1px solid #e0e0e0;color:#333;background:rgba(0,0,0,0);text-decoration:none}.woocommerce-order-details .order-again .button:hover,.woocommerce-order-details .order-again .button:hover:not(:disabled){border-color:#da1c5c;color:#da1c5c;background-color:rgba(218,28,92,.04);transform:none;box-shadow:none}.woocommerce-order-details__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:700;margin-bottom:1.25rem}.woocommerce-order-details .shop_table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;overflow:hidden}.woocommerce-order-details .shop_table thead th{background-color:#fafafa;padding:.75rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;text-align:left;color:#999}.woocommerce-order-details .shop_table tbody td{padding:1rem;border-top:1px solid #f0f0f0;font-size:.875rem;vertical-align:top}.woocommerce-order-details .shop_table tbody a{color:#da1c5c;font-weight:500}.woocommerce-order-details .shop_table tbody a:hover{text-decoration:underline}.woocommerce-order-details .shop_table tbody .product-quantity{color:#999;font-weight:400}.woocommerce-order-details .shop_table tbody .wc-item-meta{list-style:none;padding:0;margin:.25rem 0 0}.woocommerce-order-details .shop_table tbody .wc-item-meta li{font-size:.75rem;color:#666}.woocommerce-order-details .shop_table tbody .wc-item-meta li strong{font-weight:600;color:#999}.woocommerce-order-details .shop_table tbody .wc-item-meta li p{display:inline;margin:0}.woocommerce-order-details .shop_table tfoot th,.woocommerce-order-details .shop_table tfoot td{padding:.75rem 1rem;border-top:1px solid #f0f0f0;font-size:.875rem}.woocommerce-order-details .shop_table tfoot th{text-align:right;font-weight:600;color:#333}.woocommerce-order-details .shop_table tfoot td{text-align:left}.woocommerce-order-details .shop_table tfoot tr:last-child th,.woocommerce-order-details .shop_table tfoot tr:last-child td{font-weight:700;font-size:1rem;border-top:2px solid #f0f0f0}.woocommerce-order-details .shop_table tfoot small{font-size:.75rem;color:#999;font-weight:400}.woocommerce-customer-details .woocommerce-columns--addresses{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.woocommerce-customer-details .woocommerce-columns--addresses{grid-template-columns:1fr 1fr}}.woocommerce-customer-details .woocommerce-column{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem}.woocommerce-customer-details .woocommerce-column__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.woocommerce-customer-details address{font-style:normal;line-height:1.625;color:#666;font-size:.875rem}.woocommerce-customer-details address p{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.woocommerce-customer-details:not(:has(.woocommerce-columns--addresses)){background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;margin-top:2rem}.order-updates{margin-top:1.5rem}.order-updates__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:1rem}.order-updates__list{list-style:none;padding:0;margin:0}.order-updates .order-update{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1rem;margin-bottom:.75rem}.order-updates .order-update__date{font-size:.75rem;color:#999;margin-bottom:.5rem}.order-updates .order-update__content{font-size:.875rem;color:#666;line-height:1.625}.account-empty-state{text-align:center;padding:2.5rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease}.account-pagination{display:flex;justify-content:space-between;margin-top:1.5rem}.account-pagination .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.account-pagination .button:disabled{opacity:.6;cursor:not-allowed}.account-pagination .button{padding:.5rem 1rem;font-size:.875rem;border:1px solid #e0e0e0;color:#333}.account-pagination .button:hover{border-color:#da1c5c;color:#da1c5c}.about-page{padding-bottom:0}.about-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;text-align:center;padding:2.5rem 0}@media(min-width: 1024px){.about-title{padding:3rem 0}}.about-author{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding-bottom:2.5rem}@media(min-width: 768px){.about-author{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(min-width: 1024px){.about-author{gap:4rem}}.about-author__photo img{width:100%;height:auto;display:block;border-radius:16px}.about-author__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#da1c5c;margin-bottom:.5rem}.about-author__bio h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;margin-bottom:1.25rem}.about-author__bio p{color:#666;line-height:1.625;margin-bottom:1rem}.about-author__bio p:last-of-type{margin-bottom:0}.about-author__social{display:flex;gap:.75rem;margin-top:1.5rem}.about-author__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:#fafafa;color:#666;transition:all 150ms ease}.about-author__social a:hover{background-color:#da1c5c;color:#fff;transform:translateY(-2px)}.about-brand{max-width:720px;margin:0 auto;text-align:center;padding:2.5rem 0;border-top:1px solid #f0f0f0}.about-brand p{color:#666;line-height:1.625;margin-bottom:1rem}.about-brand p:last-child{margin-bottom:0}.about-photos{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.5rem 0}@media(min-width: 640px){.about-photos{grid-template-columns:repeat(3, 1fr)}}.about-photos__item{aspect-ratio:4/3;overflow:hidden;border-radius:12px}.about-photos__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 400ms ease}.about-photos__item:hover img{transform:scale(1.03)}.about-story{padding:2.5rem 0;border-top:1px solid #f0f0f0}@media(min-width: 1024px){.about-story{padding:3rem 0}}.about-story h2{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;line-height:1.2;margin-bottom:2rem}.about-story__body{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width: 768px){.about-story__body{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(min-width: 1024px){.about-story__body{gap:4rem}}.about-story__text p{color:#666;line-height:1.625;margin-bottom:1rem}.about-story__text p:last-child{margin-bottom:0}.about-story__image{border-radius:16px;overflow:hidden}.about-story__image img{width:100%;height:auto;display:block}.about-values{padding:2.5rem 0;border-top:1px solid #f0f0f0}@media(min-width: 1024px){.about-values{padding:3rem 0}}.about-values__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 768px){.about-values__grid{grid-template-columns:repeat(3, 1fr)}}.about-values__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;background-color:rgba(218,28,92,.08);color:#da1c5c;flex-shrink:0}.about-values__card{display:flex;align-items:flex-start;gap:1rem}.about-values__card h3{font-family:"Playfair Display",Georgia,serif;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.about-values__card p{font-size:.875rem;color:#666;line-height:1.625;margin:0}.about-cta{padding-bottom:4rem}@media(min-width: 1024px){.about-cta{padding-bottom:5rem}}.about-cta__inner{text-align:center;padding:3rem 1.5rem;background:linear-gradient(135deg, #da1c5c 0%, #b8164d 100%);border-radius:16px;color:#fff}@media(min-width: 1024px){.about-cta__inner{padding:4rem 2rem}}.about-cta__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.about-cta__description{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.625}.about-cta__buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width: 640px){.about-cta__buttons{flex-direction:row;justify-content:center}}.about-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.about-cta__button:disabled{opacity:.6;cursor:not-allowed}.about-cta__button{padding:1rem 2rem;font-size:1rem}.about-cta__button--primary{background-color:#fff;color:#da1c5c;border-color:#fff}.about-cta__button--primary:hover:not(:disabled){background-color:rgba(0,0,0,0);color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}.about-cta__button--secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.4)}.about-cta__button--secondary:hover:not(:disabled){background-color:hsla(0,0%,100%,.15);border-color:#fff;transform:translateY(-2px)}.contact-page{padding-top:1.5rem;padding-bottom:4rem}@media(min-width: 1024px){.contact-page{padding-top:2.5rem;padding-bottom:5rem}}.contact-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;text-align:center;margin-bottom:.75rem}.contact-subtitle{font-size:1.125rem;color:#666;line-height:1.625;text-align:center;margin-bottom:2.5rem}@media(min-width: 1024px){.contact-subtitle{margin-bottom:3rem}}.contact-form__success,.contact-form__error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.contact-form__success{background-color:rgba(40,167,69,.08);color:#28a745}.contact-form__error{background-color:rgba(220,53,69,.08);color:#dc3545}.contact-body{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #f0f0f0}@media(min-width: 1024px){.contact-body{grid-template-columns:1fr 340px;gap:3rem;margin-bottom:4rem;padding-bottom:4rem}}.contact-body__heading{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:700;margin-bottom:1.5rem}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{margin-bottom:1rem}.contact-form__field label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;padding:.75rem 1rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:1px solid #f0f0f0;border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:#da1c5c;box-shadow:0 0 0 3px rgba(218,28,92,.1)}.contact-form__field input::placeholder,.contact-form__field select::placeholder,.contact-form__field textarea::placeholder{color:#999}.contact-form__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;cursor:pointer}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;border:2px solid rgba(0,0,0,0);border-radius:9999px;cursor:pointer;transition:all 250ms ease;white-space:nowrap}.contact-form__submit:disabled{opacity:.6;cursor:not-allowed}.contact-form__submit{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background-color:#da1c5c;color:#fff;border-color:#da1c5c;font-size:1rem;font-weight:600;cursor:pointer}.contact-form__submit:hover:not(:disabled){background-color:#b8164d;border-color:#b8164d;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.contact-form__submit svg{flex-shrink:0}.contact-body__sidebar{display:flex;flex-direction:column;gap:1.5rem}.contact-info{background-color:#fafafa;border-radius:12px;padding:1.5rem}.contact-info__heading{font-family:"Playfair Display",Georgia,serif;font-size:1rem;font-weight:700;margin-bottom:1.25rem}.contact-info__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;text-decoration:none;color:#333;transition:color 150ms ease}.contact-info__item:not(:last-child){border-bottom:1px solid #f0f0f0}.contact-info__item:hover{color:#da1c5c}.contact-info__item:hover .contact-info__value{color:#da1c5c}.contact-info__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:9999px;background-color:rgba(218,28,92,.08);color:#da1c5c}.contact-info__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:#999;line-height:1;margin-bottom:2px}.contact-info__value{display:block;font-size:.875rem;font-weight:500;color:#333;transition:color 150ms ease}.contact-note{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background-color:rgba(218,28,92,.04);border-radius:12px;border:1px solid rgba(218,28,92,.12)}.contact-note__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:9999px;background-color:rgba(218,28,92,.08);color:#da1c5c}.contact-note__title{font-family:"Playfair Display",Georgia,serif;font-size:.875rem;font-weight:700;margin-bottom:.25rem}.contact-note p{font-size:.75rem;color:#666;line-height:1.625;margin:0}.contact-stores__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.5rem,3vw + .5rem,2.5rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}.contact-stores__subtitle{font-size:1rem;color:#666;line-height:1.625;margin-bottom:2rem}.contact-stores__map{height:350px;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04);margin-bottom:2rem}@media(min-width: 1024px){.contact-stores__map{height:450px;margin-bottom:2.5rem}}.contact-stores__map .leaflet-popup-content{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;line-height:1.5}.contact-stores__map .leaflet-popup-content strong{font-weight:600}.contact-stores__map .leaflet-popup-content a{color:#da1c5c;font-weight:500}.contact-stores__map .leaflet-popup-content a:hover{color:#b8164d}.contact-stores__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.contact-stores__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.contact-stores__grid{grid-template-columns:repeat(3, 1fr)}}.legal-page{width:100%;max-width:1024px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width: 1024px){.legal-page{padding-left:1.5rem;padding-right:1.5rem}}.legal-page{padding-top:2.5rem;padding-bottom:4rem}@media(min-width: 1024px){.legal-page{padding-top:3rem;padding-bottom:5rem}}.legal-page__header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}@media(min-width: 1024px){.legal-page__header{margin-bottom:3rem}}.legal-page__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.legal-page__updated{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fafafa;border-radius:9999px;font-size:.75rem;font-weight:500;color:#999}.legal-page__updated::before{content:"";display:inline-block;width:8px;height:8px;border-radius:9999px;background-color:#28a745}.legal-page__toc{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.5rem;margin-bottom:2.5rem}@media(min-width: 1024px){.legal-page__toc{margin-bottom:3rem}}.legal-page__toc-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:1rem}.legal-page__toc ol{list-style:none;padding:0;margin:0;counter-reset:toc-counter}.legal-page__toc li{counter-increment:toc-counter;margin-bottom:.5rem}.legal-page__toc li:last-child{margin-bottom:0}.legal-page__toc li a{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;color:#666;border-radius:4px;transition:all 150ms ease}.legal-page__toc li a::before{content:counter(toc-counter) ".";font-weight:600;color:#da1c5c;min-width:24px}.legal-page__toc li a:hover{color:#da1c5c;background-color:#fafafa}.legal-page__toc ol ol{margin-top:.5rem;padding-left:2rem;counter-reset:toc-sub-counter}.legal-page__toc ol ol li{counter-increment:toc-sub-counter}.legal-page__toc ol ol li a::before{content:counter(toc-counter) "." counter(toc-sub-counter);font-size:.75rem}.legal-page__content{font-size:1rem;line-height:2;color:#666}.legal-page__section{margin-bottom:2.5rem}@media(min-width: 1024px){.legal-page__section{margin-bottom:3rem}}.legal-page__section:last-child{margin-bottom:0}.legal-page__section[id]{scroll-margin-top:5rem}.legal-page__section-title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);font-weight:700;line-height:1.375;color:#333;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;margin-bottom:1.25rem}.legal-page__subsection-title{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:1rem}.legal-page__section-content p{margin-bottom:1.25rem;line-height:2}.legal-page__section-content p:last-child{margin-bottom:0}.legal-page__section-content ul{padding-left:1.5rem;margin-bottom:1.25rem;list-style-type:disc}.legal-page__section-content ul li{margin-bottom:.75rem;line-height:1.625}.legal-page__section-content ul li:last-child{margin-bottom:0}.legal-page__section-content ul ul{margin-top:.75rem;list-style-type:circle}.legal-page__section-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.legal-page__section-content ol li{margin-bottom:.75rem;line-height:1.625}.legal-page__section-content ol li:last-child{margin-bottom:0}.legal-page__section-content a{color:#da1c5c;text-decoration:underline;text-decoration-color:rgba(218,28,92,.3);text-underline-offset:2px;transition:text-decoration-color 150ms ease}.legal-page__section-content a:hover{text-decoration-color:#da1c5c}.legal-page__section-content strong{font-weight:600;color:#333}.legal-page__section-content table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;font-size:.875rem}.legal-page__section-content table th,.legal-page__section-content table td{padding:.75rem 1rem;text-align:left;border:1px solid #e0e0e0}.legal-page__section-content table th{background-color:#fafafa;font-weight:600;color:#333}.legal-page__section-content table td{color:#666}.legal-page__section-content table tr:nth-child(even) td{background-color:rgba(250,250,250,.5)}.legal-page__section-content .legal-page__notice{padding:1.25rem;margin-bottom:1.25rem;background-color:#fafafa;border-left:4px solid #da1c5c;border-radius:0 8px 8px 0;font-size:.875rem;line-height:1.625}.legal-page__section-content .legal-page__notice--warning{border-left-color:#ffc107;background-color:rgba(255,193,7,.05)}.legal-page__section-content .legal-page__notice--info{border-left-color:#17a2b8;background-color:rgba(23,162,184,.05)}.legal-page__back-to-top{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;font-weight:500;color:#999;transition:color 150ms ease}.legal-page__back-to-top:hover{color:#da1c5c}.legal-page__back-to-top::before{content:"↑"}@media print{.legal-page{max-width:none;padding:0}.legal-page a[href]::after{content:" (" attr(href) ")";font-size:.8em;color:#666}.legal-page__toc{box-shadow:none;border:1px solid #ccc;page-break-after:always}.legal-page__section{page-break-inside:avoid}.legal-page__section-title{page-break-after:avoid}.legal-page__back-to-top{display:none}.legal-page__section-content{color:#000}.legal-page__section-content a{color:#000;text-decoration:underline}}.stores-map{margin-bottom:2.5rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.stores-map iframe{display:block;width:100%;min-height:350px}@media(min-width: 1024px){.stores-map iframe{min-height:450px}}.stores-grid{display:flex;flex-direction:column;gap:2.5rem}.stores-city__name{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.25rem,2vw + .5rem,1.75rem);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #da1c5c;display:inline-block}.stores-city__list{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.stores-city__list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.stores-city__list{grid-template-columns:repeat(3, 1fr)}}.store-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;padding:1.25rem;display:flex;flex-direction:column;transition:transform 250ms ease,box-shadow 250ms ease}.store-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.store-card__name{font-size:1rem;font-weight:600;margin-bottom:.5rem}.store-card__address{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#666;line-height:1.625;margin-bottom:.75rem;flex:1}.store-card__address svg{flex-shrink:0;color:#da1c5c;margin-top:2px}.store-card__directions{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#da1c5c;transition:color 150ms ease}.store-card__directions:hover{color:#b8164d}.illustrations-page{padding-top:2.5rem;padding-bottom:4rem}@media(min-width: 1024px){.illustrations-page{padding-top:3rem;padding-bottom:5rem}}.illustrations-page__header{text-align:center;margin-bottom:2rem}.illustrations-page__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2}.illustrations-page__intro{max-width:800px;margin:0 auto 2.5rem;text-align:center;font-size:1rem;line-height:1.625;color:#666}.illustrations-page__intro p+p{margin-top:1rem}.illustrations-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 640px){.illustrations-grid{grid-template-columns:repeat(2, 1fr)}}.illustration-card{display:block;border-radius:16px;overflow:hidden;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);transition:transform 250ms ease,box-shadow 250ms ease;text-decoration:none;color:#333}.illustration-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}.illustration-card:hover .illustration-card__image img{transform:scale(1.05)}.illustration-card:hover .illustration-card__link{color:#da1c5c}.illustration-card__image{aspect-ratio:1;overflow:hidden;background-color:#fafafa}.illustration-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 250ms ease}.illustration-card__content{padding:1.25rem}.illustration-card__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(1.125rem,1.5vw + .5rem,1.375rem);font-weight:700;margin-bottom:.5rem}.illustration-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#999;transition:color 150ms ease}.collection-page{padding-top:2.5rem;padding-bottom:4rem}@media(min-width: 1024px){.collection-page{padding-top:3rem;padding-bottom:5rem}}.collection-page__header{margin-bottom:2rem}@media(min-width: 1024px){.collection-page__header{margin-bottom:2.5rem}}.collection-page__title{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.collection-page__nav{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.collection-page__nav-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#999;text-decoration:none;transition:color 150ms ease}.collection-page__nav-link:hover{color:#da1c5c}.collection-page__nav-link svg{flex-shrink:0}.collection-page__intro{margin-bottom:2.5rem}@media(min-width: 1024px){.collection-page__intro{margin-bottom:3rem}}.collection-page__intro p{color:#666;line-height:1.625;margin-bottom:1rem}.collection-page__intro p:last-child{margin-bottom:0}.collection-page__intro a{color:#da1c5c;text-decoration:none;font-weight:500}.collection-page__intro a:hover{text-decoration:underline}.collection-gallery{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media(min-width: 640px){.collection-gallery{grid-template-columns:repeat(3, 1fr);gap:1.25rem}}@media(min-width: 768px){.collection-gallery{grid-template-columns:repeat(4, 1fr)}}@media(min-width: 1024px){.collection-gallery{grid-template-columns:repeat(5, 1fr);gap:1.5rem}}.collection-gallery__item{margin:0}.collection-gallery__item a{display:block;border-radius:12px;overflow:hidden;background-color:#fafafa;transition:transform 250ms ease,box-shadow 250ms ease}.collection-gallery__item a:hover{transform:translateY(-3px);box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.collection-gallery__item a:hover img{transform:scale(1.03)}.collection-gallery__item img{width:100%;aspect-ratio:1;object-fit:contain;display:block;padding:.75rem;transition:transform 250ms ease}@media(min-width: 768px){.collection-gallery__item img{padding:1rem}}.collection-gallery__item figcaption{padding:.25rem .75rem .75rem;font-size:.75rem;color:#999;text-align:center;line-height:1.375}.collection-page__footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #f0f0f0}@media(min-width: 1024px){.collection-page__footer-nav{margin-top:4rem}}.collection-page__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#da1c5c;text-decoration:none;transition:opacity 150ms ease}.collection-page__back-link:hover{opacity:.8}.collection-page__footer-links{display:flex;gap:1.5rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-auto{margin:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-auto{margin-bottom:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.mx-0{margin-left:0;margin-right:0}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pb-0{padding-bottom:0}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.px-0{padding-left:0;padding-right:0}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.hidden{display:none !important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.min-h-screen{min-height:100vh}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.object-fill{object-fit:fill}.rounded-none{border-radius:0}.rounded-sm{border-radius:4px}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.shadow{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.04)}.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04)}.shadow-xl{box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.04)}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.select-none{user-select:none}.select-text{user-select:text}.select-all{user-select:all}@media(max-width: 767px){.hide-mobile{display:none !important}}@media(min-width: 1024px){.hide-desktop{display:none !important}}.show-mobile{display:none !important}@media(max-width: 767px){.show-mobile{display:block !important}}.show-desktop{display:none !important}@media(min-width: 1024px){.show-desktop{display:block !important}}.aspect-square{aspect-ratio:1/1}@supports not (aspect-ratio: 1){.aspect-square::before{content:"";float:left;padding-top:calc(1/1*100%)}.aspect-square::after{content:"";display:block;clear:both}}.aspect-video{aspect-ratio:16/9}@supports not (aspect-ratio: 1){.aspect-video::before{content:"";float:left;padding-top:calc(9/16*100%)}.aspect-video::after{content:"";display:block;clear:both}}.aspect-portrait{aspect-ratio:3/4}@supports not (aspect-ratio: 1){.aspect-portrait::before{content:"";float:left;padding-top:calc(4/3*100%)}.aspect-portrait::after{content:"";display:block;clear:both}}.bg-primary{background-color:#da1c5c}.bg-secondary{background-color:#4a4a4a}.bg-surface{background-color:#fff}.bg-background{background-color:#fafafa}.bg-transparent{background-color:rgba(0,0,0,0)}.border{border:1px solid #e0e0e0}.border-0{border:none}.border-t{border-top:1px solid #e0e0e0}.border-b{border-bottom:1px solid #e0e0e0}.border-l{border-left:1px solid #e0e0e0}.border-r{border-right:1px solid #e0e0e0}@media print{.site-header,.site-footer,.header-actions,.add-to-cart-btn,.btn,.woocommerce-pagination{display:none !important}body{font-size:12pt;color:#000;background:#fff}.container{max-width:none;padding:0}a{color:#000;text-decoration:underline}}/*# sourceMappingURL=main.css.map */
