.page-container-sections{width:100%;display:flex;flex-direction:column}.page-container-sections-header{width:100%;background-color:#5d4037;display:flex;align-items:center;justify-content:center;padding:60px 0}.page-container-sections-header-content{width:80%;display:flex;flex-direction:column;gap:20px}.page-container-sections-header-content h2{color:#fff;font-size:42px;font-weight:600;font-family:Playfair Display,serif}.page-container-sections-header-content p{color:#fff;font-size:16px;font-family:Montserrat,sans-serif;padding:20px 0}.page-container-sections-header-btn{width:20%;background-color:#ff8a2b;color:#fff;border:none;padding:12px 25px;font-size:16px;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s,transform .2s}.page-container-sections-header-btn:hover{background-color:#ff7e15}.page-container-sections-product{padding:60px 0;display:flex;justify-content:center;align-items:center;background-color:#fff}.page-container-sections-product-content{width:80%;display:flex;flex-direction:column;gap:60px}.page-container-sections-product-item{width:100%;display:flex;flex-direction:column;gap:40px}.collection-title-link{text-decoration:none;cursor:pointer;color:inherit}.collection-title-link h2{color:#ff8a2b;font-size:30px;font-weight:600;font-family:Playfair Display,serif}.page-container-sections-product-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.page-container-sections-product-card-link{text-decoration:none;color:inherit;display:block}.page-container-sections-product-card{width:100%;background-color:#f9f5f1;border-radius:4px;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;cursor:pointer;height:100%}.page-container-sections-product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.page-container-sections-product-card img{height:60%;object-fit:contain;transition:transform .3s}.page-container-sections-product-card:hover img{transform:scale(1.03)}.page-container-sections-product-card-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:20px}.page-container-sections-product-card-content p{font-size:16px;color:#000;font-weight:600;text-align:center}.page-container-sections-product-card-btn{text-decoration:none;padding:10px 20px;color:#fff;font-size:16px;background-color:#ff8a2b;font-weight:600;border-radius:4px;cursor:pointer;display:inline-block;transition:background-color .3s}.page-container-sections-product-card:hover .page-container-sections-product-card-btn{background-color:#ff7e15}.page-container-sections-product-more{width:100%;display:flex;justify-content:center;align-items:center}.page-container-sections-product-more a{text-decoration:none;padding:12px 25px;color:#000;font-weight:600;font-size:16px;border:2px dashed #FF8A2B;cursor:pointer;border-radius:4px}.page-container-sections-product-more a:hover{background-color:#ff8a2b;color:#fff}.page-other-products-container{width:100%;padding:60px 0;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.page-other-products-content{width:90%;display:flex;flex-direction:column;align-items:center;gap:20px}.page-other-products-content__title{width:100%;text-align:center;font-size:30px;font-weight:600;color:#000;font-family:Playfair Display,serif}.page-other-products-content__title--highlight{color:#ff8a2b;display:block;padding-top:10px}.page-other-products-content__desc{width:100%;padding-bottom:20px}.page-other-products-content__desc p{text-align:center;font-size:16px;color:#000;font-family:Montserrat,sans-serif}.page-other-products-content__carousel{width:100%;overflow:hidden;margin-top:10px}.page-other-products-content__carousel-content{width:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.page-other-products-content__carousel-track{width:100%;display:flex;transition:transform .6s ease-in-out;gap:20px;list-style:none}.page-other-products-content__carousel-slide{flex:0 0 calc(25% - 15px);aspect-ratio:1/1;overflow:hidden;border-radius:4px;background-color:#f9f5f1;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-other-products-content__carousel-slide-a{text-decoration:none;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;height:100%}.page-other-products-content__carousel-img{height:60%;object-fit:contain;transition:transform .3s ease;border-radius:4px}.page-other-products-content__carousel-slide-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.page-other-products-content__carousel-slide-content p{font-size:16px;color:#000;font-weight:600;text-align:center}.page-other-products-content__carousel-slide-btn{padding:10px 20px;color:#fff;background-color:#ff8a2b;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:inline-block}.page-other-products-content__carousel-slide:hover .page-other-products-content__carousel-slide-btn{background-color:#ff7e15}.page-other-products-content__carousel-slide:hover .page-other-products-content__carousel-img{transform:scale(1.03)}.page-other-products-content__carousel-btn{width:45px;height:45px;border-radius:50%;background-color:#ff8a2b;color:#fff;border:none;font-size:20px;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .2s;box-shadow:0 2px 8px #00000026;margin:0 10px}.page-other-products-content__carousel-btn:hover{background-color:#ff7e15;transform:translateY(-50%) scale(1.05)}.page-other-products-content__carousel-btn:disabled{background-color:#ccc;cursor:not-allowed;transform:translateY(-50%);box-shadow:none;opacity:.5}.page-other-products-content__carousel-btn--prev{left:0}.page-other-products-content__carousel-btn--next{right:0}.page-other-products-content__cta-container{text-align:center;margin-top:40px}.page-other-products-content__cta-btn-link{text-decoration:none;display:inline-block}.page-other-products-content__cta-btn{border:none;padding:14px 36px;color:#000;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,color .3s;background-color:#ff8a2b}.page-other-products-content__cta-btn:hover{color:#fff;transform:translateY(-2px)}.page-other-products-content__cta-btn:active{transform:translateY(0)}@media screen and (max-width:1200px){.page-container-sections-header-content,.page-container-sections-product-content{width:90%}.page-container-sections-product-grid{grid-template-columns:repeat(3,1fr);gap:25px}.page-other-products-content__carousel-slide{flex:0 0 calc(33.333% - 14px)}.page-container-sections-header-btn{width:25%}}@media screen and (max-width:992px){.page-container-sections-header-content h2{font-size:36px}.collection-title-link h2,.page-other-products-content__title{font-size:28px}.page-container-sections-header-btn{width:30%}}@media screen and (max-width:768px){.page-container-sections-header{padding:50px 0}.page-container-sections-header-content h2{font-size:32px}.page-container-sections-product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.page-container-sections-product{padding:50px 0}.page-container-sections-product-content{width:90%;gap:50px}.page-container-sections-product-item{gap:30px}.page-other-products-content__carousel-slide{flex:0 0 calc(50% - 10px)}.page-other-products-container{padding:50px 0}.page-container-sections-header-btn{width:35%;padding:10px 20px}.page-other-products-content__carousel-btn{width:40px;height:40px;font-size:18px;margin:0 5px}}@media screen and (max-width:576px){.page-container-sections-header-content h2{font-size:28px}.page-container-sections-header-content p{font-size:14px;padding:15px 0}.page-container-sections-header-btn{width:45%;font-size:14px;padding:8px 16px}.collection-title-link h2{font-size:24px}.page-container-sections-product-card-content p,.page-container-sections-product-card-btn,.page-container-sections-product-more a{font-size:14px}.page-other-products-content__title{font-size:24px}.page-other-products-content__desc p,.page-other-products-content__carousel-slide-content p,.page-other-products-content__carousel-slide-btn,.page-other-products-content__cta-btn{font-size:14px}}@media screen and (max-width:480px){.page-container-sections-header{padding:40px 0}.page-container-sections-header-content h2{font-size:24px}.page-container-sections-header-content{gap:15px}.page-container-sections-product-grid{grid-template-columns:1fr;gap:20px}.page-container-sections-product{padding:40px 0}.page-container-sections-product-content{gap:40px}.page-container-sections-product-item{gap:25px}.page-container-sections-header-btn{width:60%;margin-top:10px}.page-other-products-content__carousel-slide{flex:0 0 calc(100% - 20px)}.page-other-products-content__carousel-btn{width:35px;height:35px;font-size:16px}.page-other-products-container{padding:40px 0}.page-other-products-content__carousel-slide{aspect-ratio:1/1.2}}@media screen and (max-width:375px){.page-container-sections-header-content h2,.collection-title-link h2,.page-other-products-content__title{font-size:22px}.page-container-sections-header-btn{width:70%}.page-other-products-content__carousel-btn{display:none}.page-other-products-content__carousel-track{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:10px}.page-other-products-content__carousel-slide{scroll-snap-align:start}.page-other-products-content__carousel-track::-webkit-scrollbar{display:none}.page-other-products-content__carousel-track{-ms-overflow-style:none;scrollbar-width:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/page-section.css.map */
