body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main{font-family:Montserrat Alternates,sans-serif}.main .hero{align-items:center;background:linear-gradient(#0003,#0003),url(/static/media/main1.3b0d3f071a12a1d3092d.webp) no-repeat 50%;background-size:cover;color:#fff;display:flex;height:80vh;justify-content:center;text-align:center}.main .hero .hero-content h1{font-family:Libre Baskerville,serif;font-size:80px;font-style:italic;margin-bottom:40px;text-shadow:2px 2px 10px #0000004d}.main .hero .hero-content .hero-buttons{display:flex;gap:20px;justify-content:center}.main .hero .hero-content .hero-buttons .btn-outline{border:2px solid #fff;color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;padding:15px 30px;text-decoration:none;transition:all .3s}.main .hero .hero-content .hero-buttons .btn-outline:hover{background-color:#fff;color:#000}.main .trust-bar{background-color:#fff;border-bottom:1px solid #eee;padding:15px 0;text-align:center}.main .trust-bar .trust-score{align-items:center;display:flex;font-size:14px;gap:15px;justify-content:center}.main .trust-bar .trust-score span{font-weight:700}.main .trust-bar .trust-score .stars{color:#00b67a;display:flex;gap:2px}.main .trust-bar .trust-score a{color:#000;text-decoration:underline}.main .trust-bar .trust-score a i{color:#00b67a}.main .features-bar{background-color:#1a1714;color:#fff;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;padding:15px 40px}.main .features-bar .feature-item{align-items:center;display:flex;font-size:13px;gap:10px;opacity:.9}.main .features-bar .feature-item i{font-size:18px}.main .categories-section{background-color:#f5f1eb;padding:80px 40px}.main .categories-section .categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1400px;text-align:center}.main .categories-section .categories-grid .category-card .category-icon{color:#1a1714;font-size:40px;margin-bottom:20px}.main .categories-section .categories-grid .category-card h3{font-family:Libre Baskerville,serif;font-size:18px;font-weight:600;margin-bottom:10px}.main .categories-section .categories-grid .category-card .view-range{border-bottom:1px solid #ccc;color:#666;font-size:12px;padding-bottom:2px;text-decoration:none;text-transform:lowercase}.main .categories-section .categories-grid .category-card .view-range:hover{border-color:#000;color:#000}.main .shop-by-room{background-color:#f5f1eb;padding:0 40px 80px}.main .shop-by-room .section-header{align-items:flex-end;display:flex;justify-content:space-between;margin:0 auto 40px;max-width:1400px}.main .shop-by-room .section-header h2{font-family:Libre Baskerville,serif;font-size:32px}.main .shop-by-room .section-header .view-all{color:#000;font-size:14px;font-weight:600;text-decoration:none}.main .shop-by-room .tabs{border-bottom:1px solid #ddd;display:flex;gap:30px;margin:0 auto 40px;max-width:1400px;padding-bottom:10px}.main .shop-by-room .tabs button{background:none;border:none;color:#666;cursor:pointer;font-size:14px;font-weight:600;padding:5px 0;position:relative}.main .shop-by-room .tabs button.active{color:#000}.main .shop-by-room .tabs button.active:after{background-color:#000;bottom:-11px;content:"";height:2px;left:0;position:absolute;width:100%}.main .shop-by-room .product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.main .shop-by-room .product-grid .product-card .product-image{aspect-ratio:1;background-color:#fff;border-radius:4px;overflow:hidden;position:relative}.main .shop-by-room .product-grid .product-card .product-image img{height:100%;object-fit:cover;transition:transform .5s;width:100%}.main .shop-by-room .product-grid .product-card .product-image .badge{background-color:#ddd;font-size:10px;font-weight:700;left:15px;letter-spacing:1px;padding:5px 10px;position:absolute;top:15px}.main .shop-by-room .product-grid .product-card .product-image .quick-view{align-items:center;background:#fffc;border:none;border-radius:50%;bottom:15px;cursor:pointer;display:flex;height:35px;justify-content:center;opacity:0;position:absolute;right:15px;transition:opacity .3s;width:35px}.main .shop-by-room .product-grid .product-card .product-image:hover img{transform:scale(1.05)}.main .shop-by-room .product-grid .product-card .product-image:hover .quick-view{opacity:1}.main .shop-by-room .product-grid .product-card .product-info{padding-top:15px}.main .shop-by-room .product-grid .product-card .product-info h4{font-size:16px;font-weight:600;margin-bottom:10px}.main .shop-by-room .product-grid .product-card .product-info .price{font-size:15px;font-weight:700;margin-bottom:15px}.main .shop-by-room .product-grid .product-card .product-info .btn-select{background-color:#1a1714;border-radius:4px;color:#fff;display:block;font-size:12px;font-weight:700;padding:10px 20px;text-decoration:none;transition:opacity .3s;width:fit-content}.main .shop-by-room .product-grid .product-card .product-info .btn-select:hover{opacity:.8}.main .promo-banners{grid-gap:20px;background-color:#f5f1eb;display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:0 40px 80px}.main .promo-banners .promo-banner{border-radius:4px;height:400px;overflow:hidden;position:relative}.main .promo-banners .promo-banner img{height:100%;object-fit:cover;width:100%}.main .promo-banners .promo-banner .promo-content{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.main .promo-banners .promo-banner .promo-content .btn-glass{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff80;border-radius:4px;color:#fff;font-weight:600;padding:15px 30px;text-decoration:none;transition:background .3s}.main .promo-banners .promo-banner .promo-content .btn-glass:hover{background:#ffffff4d}.main .brand-story{align-items:center;background-color:#1a1714;color:#fff;display:grid;grid-template-columns:1fr 1fr}.main .brand-story .brand-image{height:600px}.main .brand-story .brand-image img{height:100%;object-fit:cover;width:100%}.main .brand-story .brand-content{padding:80px}.main .brand-story .brand-content h2{font-family:Libre Baskerville,serif;font-size:32px;margin-bottom:30px}.main .brand-story .brand-content p{font-size:16px;line-height:1.8;opacity:.9}.main .testimonials{background-color:#f5f1eb;padding:80px 40px}.main .testimonials .testimonial-header{margin-bottom:60px;text-align:center}.main .testimonials .testimonial-header .trust-rating h3{font-size:24px;margin-bottom:10px}.main .testimonials .testimonial-header .trust-rating .stars{color:#00b67a;font-size:24px;margin-bottom:10px}.main .testimonials .testimonial-header .trust-rating p{font-size:14px}.main .testimonials .testimonial-header .trust-rating p a{color:#000}.main .testimonials .testimonial-header .trust-rating .trust-logo{font-weight:700;margin-top:10px}.main .testimonials .testimonial-header .trust-rating .trust-logo i{color:#00b67a}.main .testimonials .testimonial-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.main .testimonials .testimonial-cards .testimonial-card{background-color:#0000}.main .testimonials .testimonial-cards .testimonial-card .stars-row{align-items:center;color:#00b67a;display:flex;font-size:14px;gap:5px;margin-bottom:15px}.main .testimonials .testimonial-cards .testimonial-card .stars-row .verified{align-items:center;color:#666;display:flex;font-size:12px;gap:3px;margin-left:10px}.main .testimonials .testimonial-cards .testimonial-card h5{font-size:16px;font-weight:700;margin-bottom:10px}.main .testimonials .testimonial-cards .testimonial-card p{color:#333;font-size:14px;line-height:1.6;margin-bottom:15px}.main .testimonials .testimonial-cards .testimonial-card .author{color:#666;font-size:13px}.main .testimonials .showing-reviews{color:#666;font-size:13px;margin-top:40px;text-align:center}@media(max-width:1024px){.main .hero .hero-content h1{font-size:50px}.main .categories-section .categories-grid{grid-template-columns:repeat(3,1fr)}.main .shop-by-room .product-grid{grid-template-columns:repeat(2,1fr)}.main .brand-story,.main .promo-banners,.main .testimonials .testimonial-cards{grid-template-columns:1fr}}.privacy{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding:80px 40px}.privacy .page-header{margin-bottom:60px;text-align:center}.privacy .page-header h1{font-family:Libre Baskerville,serif;font-size:36px;font-weight:400;margin-bottom:20px}.privacy .page-content{margin:0 auto;max-width:1000px}.privacy .page-content p{font-size:15px;line-height:1.8;margin-bottom:25px}.privacy .page-content p strong{font-weight:700}.privacy .page-content p a{border-bottom:1px solid #1a1714;color:inherit;text-decoration:none}.privacy .page-content p a:hover{opacity:.7}.privacy .page-content h4{border-bottom:1px solid #ddd;font-family:Libre Baskerville,serif;font-size:20px;font-weight:400;margin:40px 0 20px;padding-bottom:10px}@media(max-width:768px){.privacy{padding:60px 20px}.privacy .page-header h1{font-size:28px}.privacy .page-content p{font-size:14px}.privacy .page-content h4{font-size:18px}}.product-detail-page{background-color:#f2ede4;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding-top:140px}.product-detail-page .product-detail-container{margin:0 auto;max-width:1440px;padding:0 40px 80px}.product-detail-page .breadcrumb{font-size:11px;letter-spacing:1px;margin-bottom:30px;text-transform:uppercase}.product-detail-page .breadcrumb a{color:inherit;text-decoration:none}.product-detail-page .breadcrumb a:hover{text-decoration:underline}.product-detail-page .breadcrumb span{font-weight:500}.product-detail-page .product-main-content{display:flex;gap:60px}@media(max-width:1024px){.product-detail-page .product-main-content{flex-direction:column}}.product-detail-page .product-gallery{display:flex;flex:1 1;gap:20px}.product-detail-page .product-gallery .thumbnail-list{display:flex;flex-direction:column;gap:15px;width:100px}.product-detail-page .product-gallery .thumbnail-list .thumbnail-item{aspect-ratio:1/1;background-color:#fff;border:1px solid #0000;border-radius:4px;cursor:pointer;overflow:hidden}.product-detail-page .product-gallery .thumbnail-list .thumbnail-item img{height:100%;object-fit:cover;opacity:.6;width:100%}.product-detail-page .product-gallery .thumbnail-list .thumbnail-item.active{border-color:#1a1714}.product-detail-page .product-gallery .thumbnail-list .thumbnail-item.active img,.product-detail-page .product-gallery .thumbnail-list .thumbnail-item:hover img{opacity:1}.product-detail-page .product-gallery .main-image{aspect-ratio:1/1;background-color:#fff;border-radius:4px;flex:1 1;overflow:hidden;position:relative}.product-detail-page .product-gallery .main-image img{height:100%;object-fit:cover;width:100%}.product-detail-page .product-gallery .main-image .image-nav{bottom:20px;display:flex;gap:10px;position:absolute;right:20px}.product-detail-page .product-gallery .main-image .image-nav button{align-items:center;background-color:#fffc;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:12px;height:30px;justify-content:center;transition:background-color .3s;width:30px}.product-detail-page .product-gallery .main-image .image-nav button:hover{background-color:#fff}.product-detail-page .product-selection{flex:0 0 450px}@media(max-width:1024px){.product-detail-page .product-selection{flex:1 1}}.product-detail-page .product-selection .product-title{font-family:Libre Baskerville,serif;font-size:32px;font-weight:400;margin-bottom:15px}.product-detail-page .product-selection .product-price{font-size:24px;font-weight:500;margin-bottom:10px}.product-detail-page .product-selection .pay-later{font-size:12px;margin-bottom:30px}.product-detail-page .product-selection .pay-later span{font-weight:700;text-decoration:underline}.product-detail-page .product-selection .options-container{margin-bottom:30px}.product-detail-page .product-selection .options-container .option-group{margin-bottom:20px}.product-detail-page .product-selection .options-container .option-group label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.product-detail-page .product-selection .options-container .option-group select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-family:inherit;font-size:14px;outline:none;padding:12px;width:100%}.product-detail-page .product-selection .options-container .option-group select:focus{border-color:#1a1714}.product-detail-page .product-selection .purchase-actions{display:flex;gap:15px;margin-bottom:40px}.product-detail-page .product-selection .purchase-actions .quantity-selector{background-color:#fff;border:1px solid #ddd;border-radius:2px;display:flex}.product-detail-page .product-selection .purchase-actions .quantity-selector button{background:none;border:none;cursor:pointer;font-size:18px;height:45px;width:40px}.product-detail-page .product-selection .purchase-actions .quantity-selector input{-moz-appearance:textfield;border:none;font-size:14px;outline:none;text-align:center;width:40px}.product-detail-page .product-selection .purchase-actions .quantity-selector input::-webkit-inner-spin-button,.product-detail-page .product-selection .purchase-actions .quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none}.product-detail-page .product-selection .purchase-actions .add-to-cart-btn{background-color:#000;border:none;color:#fff;cursor:pointer;flex:1 1;font-size:13px;font-weight:700;letter-spacing:1px;transition:background-color .3s}.product-detail-page .product-selection .purchase-actions .add-to-cart-btn:hover{background-color:#333}.product-detail-page .product-selection .trustpilot-widget{align-items:center;background-color:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:40px;padding:20px}.product-detail-page .product-selection .trustpilot-widget .tp-info{display:flex;flex-direction:column;font-size:12px;gap:5px}.product-detail-page .product-selection .trustpilot-widget .tp-info .tp-stars{color:#00b67a;display:flex;font-size:14px;gap:2px}.product-detail-page .product-selection .trustpilot-widget .tp-logo{align-items:center;display:flex;font-size:16px;font-weight:700;gap:5px}.product-detail-page .product-selection .trustpilot-widget .tp-logo .tp-star-green{color:#00b67a}.product-detail-page .product-selection .product-accordions{border-top:1px solid #ddd}.product-detail-page .product-selection .product-accordions .accordion-item{border-bottom:1px solid #ddd}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-header{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:700;letter-spacing:1px;padding:20px 0}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-header i{font-size:10px;margin-right:10px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content{font-size:14px;line-height:1.6;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease,padding .3s ease}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content p{margin-bottom:15px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .at-a-glance{margin-top:20px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .at-a-glance strong{display:block;margin-bottom:10px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .at-a-glance ul{padding-left:15px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .at-a-glance ul li{margin-bottom:8px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-title{font-weight:700;margin-bottom:20px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list{list-style:none;padding:0}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list>li{margin-bottom:20px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list>li strong{display:block;margin-bottom:8px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list>li ul{list-style:none;padding-left:15px}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list>li ul li{margin-bottom:5px;position:relative}.product-detail-page .product-selection .product-accordions .accordion-item .accordion-content .spec-list>li ul li:before{content:"■";font-size:8px;left:-15px;position:absolute;top:4px}.product-detail-page .product-selection .product-accordions .accordion-item.active .accordion-content{max-height:2000px;padding-bottom:30px}.cart-page{background-color:#f2ede4;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding-top:140px}.cart-page .cart-layout{background-color:#fff;box-shadow:0 4px 20px #0000000d;display:flex;gap:0;margin:0 auto;max-width:1440px}@media(max-width:1024px){.cart-page .cart-layout{flex-direction:column}}.cart-page .cart-main{background-color:#f2ede4;flex:1 1;padding:40px}.cart-page .cart-main .spend-save-banner{background-color:#fff;border-radius:8px;margin-bottom:40px;padding:30px}.cart-page .cart-main .spend-save-banner .sas-text{font-size:16px;margin-bottom:20px}.cart-page .cart-main .spend-save-banner .sas-text strong{font-weight:700}.cart-page .cart-main .spend-save-banner .sas-text .offer-end{color:#666;font-size:11px;margin-top:5px}.cart-page .cart-main .spend-save-banner .progress-container{margin-bottom:20px;position:relative}.cart-page .cart-main .spend-save-banner .progress-container .progress-bar{background-color:#eee;border-radius:4px;height:8px;overflow:hidden}.cart-page .cart-main .spend-save-banner .progress-container .progress-bar .progress-fill{background-color:#2a833e;height:100%;transition:width .5s ease}.cart-page .cart-main .spend-save-banner .progress-container .milestones{display:flex;justify-content:space-between;left:0;position:absolute;right:0;top:-4px}.cart-page .cart-main .spend-save-banner .progress-container .milestones .milestone{align-items:center;display:flex;flex-direction:column;transform:translateX(-50%)}.cart-page .cart-main .spend-save-banner .progress-container .milestones .milestone:first-child,.cart-page .cart-main .spend-save-banner .progress-container .milestones .milestone:last-child{transform:translateX(0)}.cart-page .cart-main .spend-save-banner .progress-container .milestones .milestone .dot{background-color:#fff;border:2px solid #ddd;border-radius:50%;height:16px;margin-bottom:5px;width:16px}.cart-page .cart-main .spend-save-banner .progress-container .milestones .milestone .label{color:#999;font-size:10px}.cart-page .cart-main .spend-save-banner .sas-tags{display:flex;justify-content:space-between;margin-top:40px}.cart-page .cart-main .spend-save-banner .sas-tags .tag{background-color:#f9f9f9;border-radius:4px;color:#666;font-size:11px;padding:8px 15px}.cart-page .cart-main .spend-save-banner .sas-tags .tag strong{color:#1a1714}.cart-page .cart-main .cart-table{border-collapse:collapse;margin-bottom:30px;width:100%}.cart-page .cart-main .cart-table th{border-bottom:1px solid #ddd;font-size:12px;font-weight:700;letter-spacing:1px;padding-bottom:20px;text-align:left}.cart-page .cart-main .cart-table td{border-bottom:1px solid #eee;padding:25px 0}.cart-page .cart-main .cart-table .product-col .product-info{align-items:center;display:flex;gap:20px}.cart-page .cart-main .cart-table .product-col .product-info .remove-btn{align-items:center;background:none;border:1px solid #eee;border-radius:50%;color:#ccc;cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;transition:all .3s;width:24px}.cart-page .cart-main .cart-table .product-col .product-info .remove-btn:hover{border-color:#1a1714;color:#1a1714}.cart-page .cart-main .cart-table .product-col .product-info img{border-radius:4px;height:80px;object-fit:cover;width:80px}.cart-page .cart-main .cart-table .product-col .product-info .name{font-size:12px;font-weight:500;letter-spacing:.5px}.cart-page .cart-main .cart-table .quantity-col .quantity-selector{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;display:flex;width:80px}.cart-page .cart-main .cart-table .quantity-col .quantity-selector input{border:none;font-size:14px;outline:none;padding:10px 0;text-align:center;width:50px}.cart-page .cart-main .cart-table .quantity-col .quantity-selector input::-webkit-inner-spin-button,.cart-page .cart-main .cart-table .quantity-col .quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-page .cart-main .cart-table .quantity-col .quantity-selector .arrows{border-left:1px solid #ddd;display:flex;flex-direction:column}.cart-page .cart-main .cart-table .quantity-col .quantity-selector .arrows button{background:none;border:none;color:#666;cursor:pointer;font-size:8px;padding:4px 8px}.cart-page .cart-main .cart-table .quantity-col .quantity-selector .arrows button:hover{color:#000}.cart-page .cart-main .cart-table .quantity-col .quantity-selector .arrows button:first-child{border-bottom:1px solid #ddd}.cart-page .cart-main .cart-table .subtotal-col{font-size:14px;font-weight:400;text-align:right}.cart-page .cart-main .cart-actions{display:flex;justify-content:space-between;margin-top:30px}.cart-page .cart-main .cart-actions button{cursor:pointer;font-size:12px;font-weight:700;letter-spacing:1px;padding:12px 25px;transition:all .3s}.cart-page .cart-main .cart-actions .update-btn{background-color:#1a1714;border:none;color:#fff}.cart-page .cart-main .cart-actions .update-btn:hover{background-color:#333}.cart-page .cart-main .cart-actions .clear-btn{background-color:#0000;border:1px solid #ddd;color:#999}.cart-page .cart-main .cart-actions .clear-btn:hover{border-color:#ff4d4f;color:#ff4d4f}.cart-page .cart-sidebar{background-color:#1a1714;color:#fff;display:flex;flex-direction:column;padding:40px;width:450px}@media(max-width:1024px){.cart-page .cart-sidebar{width:100%}}.cart-page .cart-sidebar .summary-item{display:flex;font-size:14px;font-weight:700;justify-content:space-between;letter-spacing:1px;margin-bottom:25px}.cart-page .cart-sidebar .calc-shipping{background:none;border:none;color:#999;cursor:pointer;font-size:12px;margin-bottom:40px;padding:0;text-align:left;text-decoration:underline}.cart-page .cart-sidebar .total-box{margin-bottom:40px}.cart-page .cart-sidebar .total-box .total-text{font-size:14px;font-weight:700}.cart-page .cart-sidebar .total-box .total-text span{color:#999;font-size:11px;font-weight:400;margin-left:5px}.cart-page .cart-sidebar .payment-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.cart-page .cart-sidebar .payment-buttons button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;padding:15px}.cart-page .cart-sidebar .payment-buttons .revolut-btn{background-color:#f2f2f2;color:#000}.cart-page .cart-sidebar .payment-buttons .revolut-btn span{font-weight:400}.cart-page .cart-sidebar .payment-buttons .gpay-btn{background-color:#000;border:1px solid #333;color:#fff;font-size:14px}.cart-page .cart-sidebar .payment-buttons .gpay-btn i{font-size:24px}.cart-page .cart-sidebar .separator{color:#666;font-size:11px;margin-bottom:20px;text-align:center}.cart-page .cart-sidebar .checkout-btn{background-color:#fff;border:none;border-radius:4px;color:#1a1714;cursor:pointer;font-size:13px;font-weight:700;letter-spacing:2px;padding:20px;transition:background-color .3s}.cart-page .cart-sidebar .checkout-btn:hover{background-color:#eee}.cart-page .empty-cart{padding:100px 20px;text-align:center}.cart-page .empty-cart h2{font-family:Libre Baskerville,serif;font-size:24px;margin-bottom:30px}.cart-page .empty-cart .return-shop{background-color:#1a1714;border-radius:4px;color:#fff;display:inline-block;font-weight:700;letter-spacing:1px;padding:15px 40px;text-decoration:none}.check-custom-checkout-page{background-color:#fff;display:flex;font-size:14px;margin:0 auto;width:100%}.check-custom-checkout-page .left{border-right:1px solid #e1e1e1;display:flex;justify-content:end;padding:40px 3%;width:50%}.check-custom-checkout-page .right{background-color:#fafafa;padding:40px 4%;width:50%}.check-order-info{width:63%}.check-order-info .form-group{margin-bottom:20px}.check-order-info .form-group label{display:block;font-size:1.5rem;font-weight:600;margin-bottom:15px}.check-order-info input[type=email],.check-order-info input[type=text],.check-order-info select{border:1px solid #d9d9d9;border-radius:5px;box-sizing:border-box;font-size:1rem;height:48px;min-width:46%;padding:0 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.check-order-info input:focus,.check-order-info select:focus{border-color:#5a31f4;box-shadow:0 0 0 1px #5a31f4;outline:none}.check-order-info input[aria-invalid=true]{border-color:#d93025}.field-error .ReactFlagsSelect-module_selectBtn__19wW7{border-color:#d93025!important}.form-row{display:flex;gap:20px;margin-bottom:15px}.form-row .form-group{flex:1 1}.ReactFlagsSelect-module_selectBtn__19wW7{border:1px solid #d9d9d9!important;border-radius:5px!important;height:48px!important;padding:0 12px;width:100%}.ReactFlagsSelect-module_selectValue__152eS{align-items:center;display:flex;height:100%;padding:0!important}.payment-box{border:1px solid #d9d9d9;border-radius:5px}.payment-header{align-items:center;background-color:#f0f5ff;border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:12px}.payment-header-right img{height:24px;margin-left:8px;width:38px}.payment-body{background-color:#f7f7f7;padding:15px}.payment-body input{margin-bottom:15px}.payment-body .form-row input{margin-bottom:0}.check-order-summary{display:flex;flex-direction:column;gap:20px}.check-cart-item{align-items:center;display:flex;gap:20px;position:relative}.check-cart-item img{border:1px solid #e1e1e1;border-radius:8px;height:100px;object-fit:cover;width:100px}.pro--qty{align-items:center;background-color:#666;border:2px solid #fafafa;border-radius:50%;color:#fff;display:flex;font-size:13px;height:22px;justify-content:center;left:87px;position:absolute;top:-8px;width:22px}.check-item-details{flex:1 1}.check-item-details h3{font-size:16px;font-weight:500;margin:0}.cal-single{font-weight:500}.check-summary-details{border-top:1px solid #e1e1e1;margin-top:20px;padding-top:20px}.summary-details22{font-size:1rem;width:100%}.sumTbody22,.sumTr22,.sumTr2233{display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.subtotalTh22,.subtotalTxt22{font-weight:400}.subtotalTh122,.subtotalTxt122{font-size:1.2rem;font-weight:600}.check-checkout-button{background:#5a31f4;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;height:55px;margin-top:20px;padding:15px;transition:background-color .2s ease;width:100%}.check-checkout-button:hover{background:#4e2acb}.error{color:#d93025;font-size:12px;margin:6px 0 0}.country-error{margin-top:6px}@media (max-width:900px){.check-custom-checkout-page{flex-direction:column}.check-custom-checkout-page .left,.check-custom-checkout-page .right{padding:30px 5%;width:100%}.check-order-info{width:100%}}.payment-result{align-items:center;background:#fafafa;display:flex;justify-content:center;min-height:65vh;padding:150px 20px 80px}.payment-result-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:48px 36px;text-align:center;width:min(520px,100%)}.payment-result-icon{border-radius:50%;color:#fff;display:grid;font-size:42px;height:82px;margin:0 auto 24px;place-items:center;width:82px}.payment-result-card.success .payment-result-icon{background:#218838}.payment-result-card.cancel .payment-result-icon{background:#c0392b}.payment-result-card h1{font-size:30px;margin:0 0 14px}.payment-result-card p{color:#555;font-size:17px;line-height:1.6;margin:0 0 28px}.payment-result-link{background:#5a31f4;border-radius:5px;color:#fff;display:inline-block;font-weight:600;padding:13px 24px;text-decoration:none}.payment-result-link:hover{background:#4e2acb}.terms{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding:80px 40px}.terms .page-header{margin-bottom:60px;text-align:center}.terms .page-header h1{font-family:Libre Baskerville,serif;font-size:36px;font-weight:400;margin-bottom:20px}.terms .page-content{margin:0 auto;max-width:1000px}.terms .page-content p{font-size:15px;line-height:1.8;margin-bottom:25px}.terms .page-content p strong{font-weight:700}.terms .page-content p a{border-bottom:1px solid #1a1714;color:inherit;text-decoration:none}.terms .page-content p a:hover{opacity:.7}.terms .page-content h2{border-bottom:1px solid #ddd;font-family:Libre Baskerville,serif;font-size:24px;font-weight:400;margin:50px 0 25px;padding-bottom:10px}.terms .page-content ul{margin:25px 0;padding-left:20px}.terms .page-content ul li{font-size:15px;line-height:1.6;margin-bottom:12px}@media(max-width:768px){.terms{padding:60px 20px}.terms .page-header h1{font-size:28px}.terms .page-content p{font-size:14px}.terms .page-content h2{font-size:20px}.terms .page-content ul li{font-size:14px}}.shop-page{background-color:#f2ede4;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding-top:140px}.shop-page .shop-container{margin:0 auto;max-width:1440px;padding:0 40px 80px}.shop-page .breadcrumb{color:#1a1714;font-size:11px;letter-spacing:1px;margin-bottom:20px;text-align:center}.shop-page .breadcrumb a{color:inherit;text-decoration:none}.shop-page .breadcrumb a:hover{text-decoration:underline}.shop-page .breadcrumb span{font-weight:500}.shop-page .shop-header{margin-bottom:60px;text-align:center}.shop-page .shop-header h1{color:#1a1714;font-family:Libre Baskerville,serif;font-size:36px;font-weight:400;margin-bottom:25px}.shop-page .shop-header .shop-intro{color:#1a1714;font-size:14px;line-height:1.6;margin:0 auto 15px;max-width:700px}.shop-page .shop-header .carry-on{background:none;border:none;color:#1a1714;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:1px;padding:0;text-decoration:underline}.shop-page .product-grid{grid-gap:30px 20px;display:grid;gap:30px 20px;grid-template-columns:repeat(5,1fr)}@media(max-width:1200px){.shop-page .product-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.shop-page .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.shop-page .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.shop-page .product-grid{grid-template-columns:1fr}}.shop-page .product-card{display:flex;flex-direction:column}.shop-page .product-card .product-image-wrapper{aspect-ratio:1/1;background-color:#fff;border-radius:4px;margin-bottom:15px;overflow:hidden;position:relative}.shop-page .product-card .product-image-wrapper img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.shop-page .product-card .product-image-wrapper:hover img{transform:scale(1.05)}.shop-page .product-card .product-image-wrapper .quick-view-icon{align-items:center;background-color:#0003;border-radius:50%;bottom:15px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;opacity:.8;position:absolute;right:15px;transition:background-color .3s;width:24px}.shop-page .product-card .product-image-wrapper .quick-view-icon:hover{background-color:#00000080}.shop-page .product-card .product-info{display:flex;flex-direction:column;flex-grow:1}.shop-page .product-card .product-info .product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1714;display:-webkit-box;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:8px;overflow:hidden;text-decoration:none}.shop-page .product-card .product-info .product-name:hover{text-decoration:underline}.shop-page .product-card .product-info .product-price{color:#1a1714;font-size:14px;font-weight:400;margin-bottom:15px}.shop-page .product-card .product-info .product-actions{margin-top:auto}.shop-page .product-card .product-info .product-actions .action-btn{background-color:#000;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;padding:10px 5px;text-align:center;text-decoration:none;transition:background-color .3s;width:100%}.shop-page .product-card .product-info .product-actions .action-btn:hover{background-color:#333}.contact{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding:80px 40px}.contact .contact-container{margin:0 auto;max-width:1000px}.contact .contact-container .page-title{font-family:Libre Baskerville,serif;font-size:36px;margin-bottom:60px;text-align:center}.contact .contact-container section{margin-bottom:50px}.contact .contact-container section h2{font-family:Libre Baskerville,serif;font-size:24px;font-weight:400;margin-bottom:25px}.contact .contact-container section p{font-size:16px;line-height:1.8;margin-bottom:15px}.contact .contact-container section p a{border-bottom:1px solid #1a1714;color:inherit;text-decoration:none}.contact .contact-container section p a:hover{opacity:.7}.contact .contact-container section p strong{font-weight:700}.contact .contact-container .help-links{font-size:16px;line-height:2}.contact .contact-container .help-links a{border-bottom:2px solid #1a1714;color:inherit;display:inline-block;font-weight:700;margin:0 5px;text-decoration:none;white-space:nowrap}.contact .contact-container .help-links a:hover{opacity:.7}.contact .contact-container .press-enquiries h2,.contact .contact-container .showroom-info h2,.contact .contact-container .trade-enquiries h2{margin-top:60px}.contact .contact-container .press-enquiries p a,.contact .contact-container .showroom-info p a,.contact .contact-container .trade-enquiries p a{border-bottom:2px solid #1a1714}.contact .contact-container .address-info p{margin-bottom:20px}@media(max-width:768px){.contact{padding:60px 20px}.contact .contact-container .page-title{font-size:28px;margin-bottom:40px}.contact .contact-container section h2{font-size:20px}.contact .contact-container .help-links,.contact .contact-container p{font-size:14px}.contact .contact-container .help-links a{margin:0 3px}}.returns{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding:80px 40px}.returns .page-header{margin-bottom:60px;text-align:center}.returns .page-header h1{font-family:Libre Baskerville,serif;font-size:36px;font-weight:400;margin-bottom:20px}.returns .page-content{margin:0 auto;max-width:1000px}.returns .page-content p{font-size:15px;line-height:1.8;margin-bottom:25px}.returns .page-content p strong{font-weight:700}.returns .page-content p a{border-bottom:1px solid #1a1714;color:inherit;text-decoration:none}.returns .page-content p a:hover{opacity:.7}.returns .page-content h3{font-family:Libre Baskerville,serif;font-size:22px;font-weight:400;margin:50px 0 25px}.returns .page-content ol{margin:30px 0;padding-left:20px}.returns .page-content ol li{font-size:15px;line-height:1.8;margin-bottom:25px}.returns .page-content ol li strong{display:block;font-size:17px;font-weight:700;margin-bottom:5px}.returns .page-content .delivery-returns-link{font-weight:600;margin-top:40px}@media(max-width:768px){.returns{padding:60px 20px}.returns .page-header h1{font-size:28px}.returns .page-content p{font-size:14px}.returns .page-content h3{font-size:18px}.returns .page-content ol li{font-size:14px}}.about{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif}.about .container{margin:0 auto;max-width:1000px;padding:80px 20px}.about .page-title{font-family:Libre Baskerville,serif;font-size:36px;margin-bottom:40px;text-align:center}.about .intro-content{margin:0 auto;max-width:800px;text-align:center}.about .intro-content p{font-size:16px;line-height:1.8;margin-bottom:25px}.about .intro-content p.highlight{font-size:18px;margin-top:40px}.about .about-block .block-container{align-items:center;display:grid;grid-template-columns:1fr 1fr}.about .about-block .block-container .block-image{height:500px}.about .about-block .block-container .block-image img,.about .about-block .block-container .block-image video{height:100%;object-fit:cover;width:100%}.about .about-block .block-container .block-content{display:flex;flex-direction:column;height:100%;justify-content:center;padding:60px 80px}.about .about-block .block-container .block-content h2{font-family:Libre Baskerville,serif;font-size:32px;margin-bottom:30px}.about .about-block .block-container .block-content p{font-size:16px;line-height:1.8;margin-bottom:20px}.about .about-block .block-container .block-content .text-link{border-bottom:2px solid;color:inherit;font-weight:700;margin-top:20px;padding-bottom:2px;text-decoration:none;width:fit-content}.about .about-block .block-container .block-content .text-link:hover{opacity:.7}.about .about-block.dark-bg .block-content{background-color:#1a1714;color:#fff}.about .about-block.reverse .block-container{direction:rtl}.about .about-block.reverse .block-container .block-content,.about .about-block.reverse .block-container .block-image{direction:ltr}.about .founders-section{padding:80px 40px}.about .founders-section .founders-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.about .founders-section .founder-card .founder-image{height:700px;overflow:hidden;position:relative}.about .founders-section .founder-card .founder-image img{height:100%;object-fit:cover;width:100%}.about .founders-section .founder-card .founder-image .founder-info-overlay{background:linear-gradient(#0000,#00000080);bottom:0;color:#fff;left:0;padding:40px;position:absolute;text-align:center;width:100%}.about .founders-section .founder-card .founder-image .founder-info-overlay h3{font-family:Libre Baskerville,serif;font-size:24px;margin-bottom:10px}.about .founders-section .founder-card .founder-image .founder-info-overlay p{font-size:14px;margin-bottom:20px;opacity:.9}.about .founders-section .founder-card .founder-image .founder-info-overlay .btn-black{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:13px;font-weight:700;padding:12px 25px;transition:opacity .3s}.about .founders-section .founder-card .founder-image .founder-info-overlay .btn-black:hover{opacity:.8}@media(max-width:1024px){.about .about-block .block-container{grid-template-columns:1fr}.about .about-block .block-container .block-image{height:400px}.about .about-block .block-container .block-content{padding:40px}.about .founders-section{padding:40px 20px}.about .founders-section .founders-grid{grid-template-columns:1fr}.about .founders-section .founder-card .founder-image{height:500px}}.top-banner{background-color:#f0626b;font-size:14px;font-weight:500;letter-spacing:.5px;padding:10px 0;text-align:center}.site-header,.top-banner{color:#fff;font-family:Montserrat Alternates,sans-serif}.site-header{background-color:#1a1714;padding:20px 40px 10px}.site-header .header-main{align-items:center;display:flex;gap:30px;justify-content:space-between;margin:0 auto;max-width:1400px}.site-header .header-main .header-left{flex:0 0 auto}.site-header .header-main .header-left .logo-link{align-items:center;display:inline-flex;text-decoration:none}.site-header .header-main .header-left .logo-link img{display:block;height:66px;object-fit:contain;object-position:left center;width:220px}.site-header .header-main .header-center{flex:1 1;max-width:600px}.site-header .header-main .header-center .search-bar{align-items:center;background-color:#0d0b0a;border-radius:4px;display:flex;padding:0 15px;position:relative}.site-header .header-main .header-center .search-bar input{background:#0000;border:none;color:#fff;font-size:14px;outline:none;padding:12px 0;width:100%}.site-header .header-main .header-center .search-bar input::placeholder{color:#888}.site-header .header-main .header-center .search-bar i{color:#888;font-size:16px}.site-header .header-main .header-right{align-items:center;display:flex;gap:15px}.site-header .header-main .header-right .header-action{align-items:center;background-color:#ffffff0d;border-radius:4px;color:#fff;display:flex;font-size:13px;gap:8px;padding:8px 15px;text-decoration:none;transition:background-color .3s;white-space:nowrap}.site-header .header-main .header-right .header-action:hover{background-color:#ffffff1a}.site-header .header-main .header-right .header-action i{font-size:18px}.site-header .header-main .header-right .header-action.basket{position:relative}.site-header .header-main .header-right .header-action.basket .cart-count{align-items:center;background-color:#f0626b;border-radius:50%;color:#fff;display:flex;font-size:10px;height:18px;justify-content:center;position:absolute;right:-5px;top:-5px;width:18px}.site-header .header-nav{border-top:1px solid #ffffff1a;margin-top:25px;padding-top:15px}.site-header .header-nav ul{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;list-style:none;margin:0;padding:0}.site-header .header-nav ul li{position:relative}.site-header .header-nav ul li a{color:#fff;font-size:13px;font-weight:500;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:opacity .3s}.site-header .header-nav ul li a:hover{opacity:.7}.site-header .header-nav ul li .more-trigger{background:#0000;border:0;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:500;letter-spacing:1px;padding:0;text-transform:uppercase}.site-header .header-nav ul li .more-trigger i{font-size:10px;margin-left:5px}.site-header .header-nav ul li .more-trigger:focus-visible,.site-header .header-nav ul li .more-trigger:hover{opacity:.7}.site-header .header-nav ul li .more-dropdown{background:#1a1714;border:1px solid #ffffff24;box-shadow:0 14px 30px #00000047;display:block;margin:0;min-width:210px;padding:12px 0;position:absolute;right:0;top:calc(100% + 14px);width:max-content;z-index:50}.site-header .header-nav ul li .more-dropdown li{margin:0}.site-header .header-nav ul li .more-dropdown li a{display:block;font-size:12px;padding:10px 18px;text-transform:none}.site-header .header-nav ul li .more-dropdown li a:focus-visible,.site-header .header-nav ul li .more-dropdown li a:hover{background:#ffffff14;opacity:1}@media(max-width:1024px){.site-header{padding:15px 20px}.site-header .header-main{flex-wrap:wrap;gap:15px}.site-header .header-main .header-center{flex:0 0 100%;max-width:100%;order:3}.site-header .header-main .header-left .logo-link img{height:56px;width:180px}.site-header .header-nav ul{gap:15px}.site-header .header-nav ul li a{font-size:11px}}@media(max-width:520px){.site-header .header-main .header-left .logo-link img{height:48px;width:150px}.site-header .header-nav ul li.more-menu .more-dropdown{right:50%;transform:translateX(50%)}}.site-footer{background-color:#0d0b0a;color:#fff;font-family:Montserrat Alternates,sans-serif;padding:60px 40px 30px;position:relative}.site-footer .footer-container{margin:0 auto;max-width:1400px}.site-footer .footer-columns{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:60px}.site-footer .footer-columns .footer-column h3{color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;margin-bottom:25px}.site-footer .footer-columns .footer-column h3.trade-account-title{margin-top:40px}.site-footer .footer-columns .footer-column ul{list-style:none;margin:0;padding:0}.site-footer .footer-columns .footer-column ul li{margin-bottom:12px}.site-footer .footer-columns .footer-column ul li a{color:#fff;font-size:13px;opacity:.8;text-decoration:none;transition:opacity .3s}.site-footer .footer-columns .footer-column ul li a:hover{opacity:1}.site-footer .footer-columns .footer-column.trustpilot{text-align:right}.site-footer .footer-columns .footer-column.trustpilot p{font-size:13px;margin-bottom:10px}.site-footer .footer-columns .footer-column.trustpilot p strong{font-weight:700}.site-footer .footer-columns .footer-column.trustpilot .stars{color:#00b67a;display:flex;font-size:20px;gap:2px;justify-content:flex-end;margin-bottom:10px}.site-footer .footer-columns .footer-column.trustpilot .stars i{background-color:#00b67a;color:#fff;font-size:12px;padding:3px}.site-footer .footer-columns .footer-column.trustpilot .trustpilot-logo{align-items:center;display:flex;font-size:16px;font-weight:700;gap:5px;justify-content:flex-end}.site-footer .footer-columns .footer-column.trustpilot .trustpilot-logo i{color:#00b67a}.site-footer .social-links{display:flex;gap:20px;margin-top:30px}.site-footer .social-links a{color:#fff;font-size:18px;transition:opacity .3s}.site-footer .social-links a:hover{opacity:.7}.site-footer .footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-top:30px}.site-footer .footer-bottom .disclaimer{color:#888;font-size:11px;max-width:600px}.site-footer .footer-bottom .copyright{color:#888;font-size:11px}.site-footer .to-top{align-items:center;background-color:#fff;border:none;border-radius:50%;bottom:30px;box-shadow:0 2px 10px #0003;color:#000;cursor:pointer;display:flex;height:45px;justify-content:center;left:30px;position:fixed;transition:transform .3s;width:45px;z-index:100}.site-footer .to-top:hover{transform:translateY(-5px)}.site-footer .chat-bubble{align-items:center;background-color:#fff;border-radius:30px;bottom:30px;box-shadow:0 2px 10px #0003;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 20px;position:fixed;right:30px;z-index:100}.site-footer .chat-bubble i{font-size:16px}.site-footer .chat-bubble .fa-sparkles{color:#000}@media(max-width:768px){.site-footer{padding:40px 20px 100px}.site-footer .footer-columns{grid-template-columns:1fr;text-align:center}.site-footer .footer-columns .footer-column.trustpilot{text-align:center}.site-footer .footer-columns .footer-column.trustpilot .stars,.site-footer .footer-columns .footer-column.trustpilot .trustpilot-logo,.site-footer .social-links{justify-content:center}.site-footer .footer-bottom{flex-direction:column;text-align:center}.site-footer .to-top{bottom:20px;left:20px}.site-footer .chat-bubble{bottom:20px;font-size:12px;padding:10px 15px;right:20px}}.delivery{background-color:#f5f1eb;color:#1a1714;font-family:Montserrat Alternates,sans-serif;min-height:100vh;padding:80px 40px}.delivery .page-header{margin-bottom:60px;text-align:center}.delivery .page-header h1{font-family:Libre Baskerville,serif;font-size:36px;font-weight:400;margin-bottom:20px}.delivery .page-content{margin:0 auto;max-width:1000px}.delivery .page-content p{font-size:15px;line-height:1.8;margin-bottom:25px}.delivery .page-content p strong{font-weight:700}.delivery .page-content p a{border-bottom:1px solid #1a1714;color:inherit;text-decoration:none}.delivery .page-content p a:hover{opacity:.7}.delivery .page-content h3{font-family:Libre Baskerville,serif;font-size:22px;font-weight:400;margin:50px 0 25px}.delivery .page-content .wp-block-table{border-collapse:collapse;margin:30px 0;width:100%}.delivery .page-content .wp-block-table table{border-collapse:collapse;width:100%}.delivery .page-content .wp-block-table table tr:nth-child(odd){background-color:#e9e4dc}.delivery .page-content .wp-block-table table tr td{border:none;font-size:14px;padding:15px 20px;text-align:left}.delivery .page-content .wp-block-table table tr td strong{font-size:15px;font-weight:700}.delivery .page-content .ghostkit-custom-Z1X7tnv,.delivery .page-content .ghostkit-custom-Z2n8Aib,.delivery .page-content .ghostkit-custom-kXkXK{color:#666;font-size:13px;line-height:1.6;margin-top:-10px}@media(max-width:768px){.delivery{padding:60px 20px}.delivery .page-header h1{font-size:28px}.delivery .page-content p{font-size:14px}.delivery .page-content h3{font-size:18px}.delivery .page-content .wp-block-table table tr td{font-size:12px;padding:10px}}
/*# sourceMappingURL=main.5a6fa657.css.map*/