.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:30px;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}.page-container-sections-product-item h2{color:#ff8a2b;font-size:26px;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;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{width:80%;object-fit:contain;transition:transform .3s}.page-container-sections-product-card:hover img{transform:scale(1.03)}.page-container-sections-product-card p{font-size:16px;color:#000;font-weight:600;text-align:center;margin:0}.page-container-sections-product-card-btn{padding:10px 20px;color:#fff;font-size:16px;background-color:#ff8a2b;border:none;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-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}.page-other-products-content__carousel-slide-a{text-decoration:none;color:inherit;width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;height:100%}.page-other-products-content__carousel-img{width:70%;height:auto;object-fit:contain;transition:transform .3s ease;border-radius:4px}.page-other-products-content__carousel-slide p{font-size:16px;color:#000;font-weight:600;margin:0;text-align:center}.page-other-products-content__carousel-slide-btn{padding:10px 24px;color:#fff;background-color:#ff8a2b;font-size:16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;margin-top:auto;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:#5d4037;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s,color .3s;font-family:Montserrat,sans-serif;box-shadow:0 3px 10px #ff8a2b33;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 (max-width: 1200px){.page-container-sections-product-grid{grid-template-columns:repeat(3,1fr)}.page-other-products-content__carousel-slide{flex:0 0 calc(33.333% - 14px)}}@media (max-width: 992px){.page-container-sections-header-btn{width:30%}}@media (max-width: 768px){.page-container-sections-header-content{width:90%}.page-container-sections-header-btn{width:40%}.page-container-sections-product-content{width:90%}.page-container-sections-product-grid{grid-template-columns:repeat(2,1fr)}.page-other-products-content__carousel-slide{flex:0 0 calc(50% - 10px)}.page-other-products-content__title{font-size:26px}}@media (max-width: 576px){.page-container-sections-header-content h2{font-size:24px}.page-container-sections-header-btn{width:60%}.page-container-sections-product-grid{grid-template-columns:1fr}.page-other-products-content__carousel-slide{flex:0 0 100%}.page-other-products-content__title{font-size:22px}.page-other-products-content__desc p{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/page-section.css.map */
