.shop-container{position:relative;padding-top:100px}.shop-container .shop-inner-div{padding:0 15px}@media(min-width:768px){.shop-container .shop-inner-div{padding:0}}.product-list{width:100%;display:flex;flex-wrap:wrap;gap:40px}.product-list .product-item{width:100%;box-sizing:border-box;flex:0 1 calc((100% - 40px)/2);margin-bottom:0}@media(min-width:1024px){.product-list .product-item{flex:0 1 calc((100% - 80px)/3)}}.product-list .product-item .item-images{width:100%;aspect-ratio:4/6;background-color:#1a1a1a;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:all .3s ease;position:relative}.product-list .product-item .item-images:before{float:left;padding-top:150%;content:""}.product-list .product-item .item-images:after{display:block;content:"";clear:both}.product-list .product-item .item-images .item-image-top{position:absolute;background-size:cover;width:100%;height:100%;z-index:10;transition:opacity .5s ease}.product-list .product-item .item-images .item-image-top:hover{opacity:0}.product-list .product-item .item-images .item-image-bottom{position:absolute;background-size:cover;width:100%;height:100%}.product-list .product-item .shop-product-detail-wrap{margin-top:10px}.product-list .product-item .shop-product-detail-wrap .look{font-weight:600}.product-list .product-item .shop-product-detail-wrap .look,.product-list .product-item .shop-product-detail-wrap .shop-product-name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;color:#1a1a1a;margin-bottom:4px;margin-top:0}.product-list .product-item .shop-product-detail-wrap .shop-product-name{font-weight:400}.product-list .product-item .shop-product-detail-wrap .collection-name{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:uppercase;font-size:12px;color:#9e9e9e;margin-bottom:4px;margin-top:0}.product-list .product-item .shop-product-detail-wrap .collection-name a{color:#9e9e9e!important}.product-list .product-item .shop-product-detail-wrap .shop-product-price{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:uppercase;font-size:12px;color:#1a1a1a;margin-top:0;margin-bottom:0}.pagination-container{width:100%;display:flex;justify-content:center;align-items:center}.pagination-container .shop-pagination{display:flex;flex-wrap:wrap;margin-top:1.5rem;margin-bottom:2.5rem;gap:.5rem}.pagination-container .shop-pagination .next-btn,.pagination-container .shop-pagination .prev-btn{padding:.5rem 1rem;background-color:#e5e7eb;cursor:pointer}.pagination-container .shop-pagination .next-btn:disabled,.pagination-container .shop-pagination .prev-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-container .shop-pagination .pagination-button{padding:.5rem 1rem;background-color:#fff;border:1px solid #000;color:#000;cursor:pointer}.pagination-container .shop-pagination .pagination-button.current{background-color:#000;color:#fff;border:none}.product-container{width:100%;padding:50px 10px}@media(min-width:768px){.product-container{padding:70px 30px 100px}}.product-inner-div{width:100%;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.product-inner-div{width:90%}}@media(min-width:1024px){.product-inner-div{width:80%}}.single-product-section{width:100%;display:flex;justify-content:center;background-color:#fff}.single-product-wrapper{display:flex;width:100%;flex-direction:column;align-items:center}@media(min-width:768px){.single-product-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}}.single-product-wrapper .single-product-left{width:300px;display:flex;flex-direction:column;margin-bottom:10px}@media(min-width:768px){.single-product-wrapper .single-product-left{width:55%;flex-direction:row;margin-bottom:0;position:sticky;top:5rem;height:max-content}}.single-product-wrapper .single-product-left .single-product-img-wrap{width:100%}@media(min-width:768px){.single-product-wrapper .single-product-left .single-product-img-wrap{width:calc(100% - 130px)}}.single-product-wrapper .single-product-left .single-product-img-wrap .single-product-img{width:100%;aspect-ratio:4/6;background-color:#bdbdbd;background-size:cover;background-position:50%;transition:all .3s ease;position:relative}.single-product-wrapper .single-product-left .single-product-img-wrap .single-product-img:before{float:left;padding-top:150%;content:""}.single-product-wrapper .single-product-left .single-product-img-wrap .single-product-img:after{display:block;content:"";clear:both}.single-product-wrapper .single-product-left .single-product-alt-img-wrap{width:100%;padding:0;display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}@media(min-width:768px){.single-product-wrapper .single-product-left .single-product-alt-img-wrap{width:130px;flex-direction:column;padding:0 30px 0 10px;justify-content:flex-start;margin-top:0}}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item{width:31%;position:relative;margin-bottom:10px}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item:before{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%}@media(min-width:768px){.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item{width:100%}}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item .single-product-alt-img{width:100%;aspect-ratio:4/6;background-color:#bdbdbd;background-size:cover;background-position:50%;transition:all .3s ease}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item .single-product-alt-img:before{float:left;padding-top:150%;content:""}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item .single-product-alt-img:after{display:block;content:"";clear:both}.single-product-wrapper .single-product-left .single-product-alt-img-wrap .single-product-alt-img-item .single-product-alt-img.active{opacity:.5}.single-product-wrapper .single-product-right{width:100%}@media(min-width:768px){.single-product-wrapper .single-product-right{width:45%}}.single-product-wrapper .single-product-right .product-sku{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:2px;color:#1a1a1a;margin-bottom:7px;margin-top:0}.single-product-wrapper .single-product-right .product-name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:10px;margin-top:0}.single-product-wrapper .single-product-right .product-price{font-family:var(--font-century-gothic),sans-serif;font-size:16px;font-weight:400;color:#1a1a1a;margin-bottom:7px;margin-top:0}.single-product-wrapper .single-product-right .product-variable-container{width:100%;margin-top:30px}.single-product-wrapper .single-product-right .product-variable-container .product-variable-item{width:100%;margin-bottom:30px}.single-product-wrapper .single-product-right .product-variable-container .product-variable-item .product-variable-label{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:16px;font-weight:400;color:#1a1a1a;margin-bottom:7px;margin-top:0}.single-product-wrapper .single-product-right .product-variable-container .product-variable-item .product-variable-options{width:100%;height:50px;border:1px solid #000}.single-product-wrapper .single-product-right .product-variable-container .product-variable-item .product-size-guide{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;text-decoration:underline;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:7px;margin-top:7px;transition:all .3s ease;cursor:pointer}.single-product-wrapper .single-product-right .product-variable-container .product-variable-item .product-size-guide:hover{color:#fa5c7e}.more-options-section{width:100%;display:flex;justify-content:center;background-color:#fff;margin-top:50px}.more-options-section .more-options-wrapper{display:flex;flex-direction:column}.more-options-section .more-options-wrapper .more-options-title-wrap{margin-bottom:20px}.more-options-section .more-options-wrapper .more-options-title-wrap h3{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:16px;font-weight:600;color:#1a1a1a;margin-top:0;margin-bottom:0}.shop-products-inner-wrap{width:100%;display:flex;flex-wrap:wrap}.shop-products-inner-wrap .shop-product-item{width:calc(50% - 10px);margin:0 5px 30px;cursor:pointer}@media(min-width:1024px){.shop-products-inner-wrap .shop-product-item{width:calc(33.3333333333% - 20px);margin:0 10px 30px}}.shop-products-inner-wrap .shop-product-item .shop-product-img{width:100%;aspect-ratio:4/6;background-color:#bdbdbd;background-size:100%;background-position:top;transition:all .3s ease;margin-bottom:10px;position:relative}.shop-products-inner-wrap .shop-product-item .shop-product-img:before{float:left;padding-top:150%;content:""}.shop-products-inner-wrap .shop-product-item .shop-product-img:after{display:block;content:"";clear:both}.shop-products-inner-wrap .shop-product-item .shop-product-img:hover{background-size:120%}.shop-products-inner-wrap .shop-product-item .shop-product-img:hover .shop-product-img-inner{background-color:hsla(0,0%,100%,.3764705882)}.shop-products-inner-wrap .shop-product-item .shop-product-img .shop-product-img-inner{width:30px;height:30px;background-color:hsla(0,0%,100%,.2509803922);border-radius:50%;display:none;position:absolute;left:50%;transform:translateX(-50%);bottom:30px;transition:all .3s ease}@media(min-width:768px){.shop-products-inner-wrap .shop-product-item .shop-product-img .shop-product-img-inner{display:flex;justify-content:center;align-items:center}}.shop-products-inner-wrap .shop-product-item .shop-product-img .shop-product-img-inner .product-add-icon{color:#1a1a1a;font-size:13px}.shop-products-inner-wrap .shop-product-item .shop-product-detail-wrap .look{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:600;color:#1a1a1a;margin-bottom:4px;margin-top:0}.shop-products-inner-wrap .shop-product-item .shop-product-detail-wrap .shop-product-name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:400;color:#1a1a1a;margin-bottom:4px;margin-top:0}.shop-products-inner-wrap .shop-product-item .shop-product-detail-wrap .collection-name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:400;color:#9e9e9e;margin-bottom:4px;margin-top:0}.shop-products-inner-wrap .shop-product-item .shop-product-detail-wrap .collection-name a{color:#9e9e9e!important}.shop-products-inner-wrap .shop-product-item .shop-product-detail-wrap .shop-product-price{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:400;color:#1a1a1a;margin-top:0;margin-bottom:0}.size-guide-section{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:100;overflow:scroll;transition:all .3s ease;display:flex;justify-content:center;padding:100px 30px 30px}.size-guide-section .size-guide-close-btn-wrap{position:absolute;top:30px;right:30px;width:40px;height:40px;border-radius:50%;background-color:#f7f7f7;display:flex;justify-content:center;align-items:center;cursor:pointer}.size-guide-section .size-guide-close-btn-wrap .size-guide-close-icon{color:#1a1a1a;font-size:24px}.size-guide-section .size-guide-table-wrap{width:100%;height:max-content;margin:0;padding:0}@media(min-width:768px){.size-guide-section .size-guide-table-wrap{width:80%}}.size-guide-section .size-guide-table-wrap table{margin:0;padding:0}.size-guide-section .size-guide-table-wrap thead tr{background:#fa5c7e;color:#fff}.size-guide-section .size-guide-table-wrap tr td{border-bottom:1px solid #eee;padding:10px}.size-guide-button p{cursor:pointer;font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;color:#fa5c7e;margin-bottom:0;margin-top:0}.whatsapp-button{width:max-content;text-decoration:none}.whatsapp-button div{margin-top:20px;display:flex;align-items:center;width:max-content;border:1px solid #1a1a1a;border-radius:25px;padding:10px 20px;transition:opacity .3s ease}.whatsapp-button div:hover{background-color:#e5fff5}.whatsapp-button div .whatsapp-icon{margin-right:7px;font-size:20px;color:#1a1a1a;transition:opacity .3s ease}.whatsapp-button div p{font-size:14px;transition:opacity .3s ease}.add-cart-btn,.whatsapp-button div p{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-weight:400;color:#1a1a1a}.add-cart-btn{cursor:pointer;width:9rem;font-size:.875rem;border-radius:1.5rem;border:1px solid #1a1a1a;font-size:14px;padding:.5rem 1rem;background-color:rgba(0,0,0,0);transition:background-color .2s,color .2s}.add-cart-btn:hover{background-color:#1a1a1a;color:#fff}.add-cart-btn:disabled{cursor:not-allowed;background-color:#fbcfe8;color:#fff;border:none}.checkout-container{padding:50px 20px}.checkout-page{width:100%}.checkout-page .header{width:100%;padding-bottom:25px}.checkout-page .header h1{text-transform:capitalize;font-family:var(--font-century-gothic),sans-serif;font-size:27px;font-weight:600;color:#1a1a1a}.checkout-page .body-section{padding:50px 10px;background-color:#f7f7f7;width:100%;display:flex;flex-direction:column}@media(min-width:768px){.checkout-page .body-section{padding:50px 30px;flex-direction:row;justify-content:space-between}}.checkout-page .body-section .form-card{width:100%}@media(min-width:768px){.checkout-page .body-section .form-card{width:calc(100% - 380px);padding-right:40px}}.checkout-page .body-section .form-card .card-header{width:100%;border-bottom:1px solid rgba(26,26,26,.1254901961);padding-bottom:10px;margin-bottom:30px}.checkout-page .body-section .form-card .card-header h2{text-transform:capitalize;font-family:var(--font-century-gothic),sans-serif;font-size:18px;font-weight:600;color:#1a1a1a}.checkout-page .body-section .form-card .form-wrapper{width:100%}.checkout-page .body-section .form-card .form-wrapper .single-input-wrap{width:100%;margin-bottom:20px}.checkout-page .body-section .form-card .form-wrapper .duo-input-wrap{width:100%;display:flex;flex-direction:column}@media(min-width:768px){.checkout-page .body-section .form-card .form-wrapper .duo-input-wrap{flex-direction:row;justify-content:space-between}}.checkout-page .body-section .form-card .form-wrapper .duo-input-wrap .duo-item{width:100%;margin-bottom:20px}@media(min-width:768px){.checkout-page .body-section .form-card .form-wrapper .duo-input-wrap .duo-item{width:calc(50% - 10px)}}.checkout-page .body-section .form-card .form-wrapper .form-label{font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;color:#1a1a1a;margin-bottom:7px}.checkout-page .body-section .form-card .form-wrapper .error-msg{font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;color:red;margin-top:7px}.checkout-page .body-section .form-card .form-wrapper .form-subtitle-text{font-family:var(--font-century-gothic),sans-serif;font-size:18px;font-weight:600;color:#1a1a1a;margin-top:20px;margin-bottom:20px}.checkout-page .body-section .form-card .form-wrapper .shipping-options{width:100%;border-top:1px solid rgba(26,26,26,.1254901961)}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(26,26,26,.1254901961);padding:8px 0}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item .left{width:calc(100% - 100px)}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item .left .select-wrap{display:flex;align-items:center}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item .left p{font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;color:#1a1a1a}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item .right{width:100px}.checkout-page .body-section .form-card .form-wrapper .shipping-options .shipping-item .right h3{font-family:var(--font-century-gothic),sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;text-align:right}.checkout-page .body-section .order-summary-card{width:100%;margin-top:50px;border-top:1px solid rgba(26,26,26,.1254901961);padding-top:30px}@media(min-width:768px){.checkout-page .body-section .order-summary-card{width:380px;margin-top:0;border-top:none;padding-top:0}}.checkout-page .body-section .order-summary-card .cart-items{width:100%}.checkout-page .body-section .order-summary-card .cart-items .cart-item{width:100%;display:flex;border:1px solid rgba(26,26,26,.1254901961);border-radius:5px;background-color:#fff;margin-bottom:20px}.checkout-page .body-section .order-summary-card .cart-items .cart-item .image{width:100px;height:140px;background-color:#1a1a1a;background-size:cover;background-position:50%;background-repeat:no-repeat;border-top-left-radius:5px;border-bottom-left-radius:5px}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap{width:calc(100% - 100px);padding:10px;display:flex;justify-content:space-between}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left{width:max-content}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left .name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:400;color:#1a1a1a}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left .desc{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:15px;font-weight:600;color:#1a1a1a}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left .options{width:100%;display:flex;flex-wrap:wrap;margin-top:20px}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left .options .item{width:max-content;padding:3px 5px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:10px;margin-right:5px;margin-bottom:5px}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .left .options .item span{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:12px;font-weight:400;color:#1a1a1a}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .right{width:max-content;margin-left:10px}.checkout-page .body-section .order-summary-card .cart-items .cart-item .detail-wrap .right .price{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:14px;font-weight:600;color:#1a1a1a}.checkout-page .body-section .order-summary-card .total-wrap{width:100%}.checkout-page .body-section .order-summary-card .total-wrap .total-item{display:flex;justify-content:space-between;margin-bottom:10px}.checkout-page .body-section .order-summary-card .total-wrap .total-item h3{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:14px;font-weight:400;color:#1a1a1a}.checkout-page .body-section .order-summary-card .total-wrap .total{border-top:1px solid rgba(26,26,26,.1254901961);padding-top:10px}.checkout-page .body-section .order-summary-card .total-wrap .total h3{font-weight:600}.checkout-page .body-section .order-summary-card .pay-btn{width:100%;margin-top:10px}.checkout-page .body-section .order-summary-card .pay-btn .checkout-submit-btn{width:100%;height:40px;background-color:#1a1a1a;color:#fff;font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;border-radius:5px;cursor:pointer}.checkout-page .body-section .order-summary-card .pay-btn-text{font-family:var(--font-century-gothic),sans-serif;font-size:14px;font-weight:400;color:#1a1a1a;margin-top:10px}.checkout-page .body-section .order-summary-card .root-error{width:100%;margin-top:10px}.payment-overlay{background-color:#1a1a1a;opacity:.5}.confirmation-container{padding:50px 10px}.confirmation-page-wrapper,.confirmation-page-wrapper .header{width:100%;display:flex;flex-direction:column;align-items:center}.confirmation-page-wrapper .header{padding:50px 20px;background-color:#f7f7f7}@media(min-width:768px){.confirmation-page-wrapper .header{padding:50px 0}}.confirmation-page-wrapper .header .header-icon{font-size:22px}.confirmation-page-wrapper .header .title{font-family:var(--font-century-gothic),sans-serif;font-size:22px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:40px}.confirmation-page-wrapper .header .oreder-no{font-family:var(--font-century-gothic),sans-serif;font-size:18px;font-weight:400;color:#1a1a1a;text-align:center}.confirmation-page-wrapper .billing{width:100%;display:flex;justify-content:space-between;padding:50px 0}@media(min-width:768px){.confirmation-page-wrapper .billing{width:600px}}.confirmation-page-wrapper .billing .left .fullname{font-family:var(--font-century-gothic),sans-serif;font-size:17px;font-weight:600;color:#1a1a1a}.confirmation-page-wrapper .billing .left .bill_p{font-family:var(--font-century-gothic),sans-serif;font-size:17px;font-weight:400;color:#1a1a1a}.confirmation-page-wrapper .billing .right .date{font-family:var(--font-century-gothic),sans-serif;font-size:17px;font-weight:600;color:#1a1a1a}.confirmation-page-wrapper .summary{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:0}@media(min-width:768px){.confirmation-page-wrapper .summary{width:600px}}.confirmation-page-wrapper .summary .cart-items{width:100%}.confirmation-page-wrapper .summary .cart-items .cart-item{width:100%;display:flex;border:1px solid rgba(26,26,26,.1254901961);border-radius:5px;background-color:#fff;margin-bottom:20px}.confirmation-page-wrapper .summary .cart-items .cart-item .image{width:100px;height:140px;background-color:#1a1a1a;background-size:cover;background-position:50%;background-repeat:no-repeat;border-top-left-radius:5px;border-bottom-left-radius:5px}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap{width:calc(100% - 100px);padding:10px;display:flex;justify-content:space-between}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left{width:max-content}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left .name{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:400;color:#1a1a1a}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left .desc{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:15px;font-weight:600;color:#1a1a1a}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left .options{width:100%;display:flex;flex-wrap:wrap;margin-top:20px}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left .options .item{width:max-content;padding:3px 5px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:10px;margin-right:5px;margin-bottom:5px}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .left .options .item span{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:12px;font-weight:400;color:#1a1a1a}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .right{width:max-content;margin-left:10px}.confirmation-page-wrapper .summary .cart-items .cart-item .detail-wrap .right .price{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:14px;font-weight:600;color:#1a1a1a}.confirmation-page-wrapper .summary .total-items{width:100%;margin-top:30px}.confirmation-page-wrapper .summary .total-items .total-item{display:flex;justify-content:space-between;margin-bottom:10px}.confirmation-page-wrapper .summary .total-items .total-item h3{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:16px;font-weight:400;color:#1a1a1a}.confirmation-page-wrapper .summary .total-items .total{border-top:1px solid rgba(26,26,26,.1254901961);padding-top:10px}.confirmation-page-wrapper .summary .total-items .total h3{font-weight:600}.confirmation-page-wrapper .summary .action-butttons{width:100%;display:flex;justify-content:center;margin-top:30px}.confirmation-page-wrapper .summary .action-butttons .btn{width:200px;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:5px}.confirmation-page-wrapper .summary .action-butttons .btn span{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:600;color:rgba(26,26,26,.3137254902)}.confirmation-page-wrapper .summary .failed-action-butttons{width:100%;display:flex;justify-content:center;margin-top:30px}.confirmation-page-wrapper .summary .failed-action-butttons .btn{width:max-content;height:40px;padding:0 10px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:5px}.confirmation-page-wrapper .summary .failed-action-butttons .btn span{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:12px;font-weight:600;color:rgba(26,26,26,.3137254902)}.confirmation-page-wrapper .summary .failed-action-butttons .btn2{background-color:#1a1a1a}.confirmation-page-wrapper .summary .failed-action-butttons .btn2 span{color:#fff}.page-container{width:100%;display:flex;flex-direction:column;align-items:center}.page-container .page-inner-div{width:100%;max-width:1600px}@media(min-width:768px){.page-container .page-inner-div{width:90%}}@media(min-width:1024px){.page-container .page-inner-div{width:80%}}.page-section{width:100%;display:flex;justify-content:center;padding:80px 15px 50px}.page-section .page-section-inner{width:100%}.page-section .page-section-inner .page-title-wrap{margin-bottom:20px}.page-section .page-section-inner .page-title-wrap h1{font-family:var(--font-century-gothic),sans-serif;font-weight:600;font-size:21px;color:#1a1a1a;text-transform:capitalize}.page-section .page-section-inner .page-section-body h1,.page-section .page-section-inner .page-section-body h2,.page-section .page-section-inner .page-section-body h3,.page-section .page-section-inner .page-section-body h4{font-family:var(--font-century-gothic),sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;margin-bottom:20px;margin-top:0}.page-section .page-section-inner .page-section-body .li-inner{width:100%;padding-left:20px;padding-top:20px}.page-section .page-section-inner .page-section-body .li-inner p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;font-size:15px;color:rgba(26,26,26,.5647058824)}.page-section .page-section-inner .page-section-body li,.page-section .page-section-inner .page-section-body p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;line-height:1.5;color:#1a1a1a;margin-bottom:20px;margin-top:0}.page-section .page-section-inner .page-section-body p{font-size:16px}.page-section .page-section-inner .page-section-body .acc-container{width:100%}.here-to-help-section{width:100%;display:flex;justify-content:center;background-color:#fff;padding:70px 15px 100px;border-top:1px solid rgba(0,0,0,.1254901961)}.here-to-help-section .here-to-help-inner{width:100%;display:flex;flex-direction:column}@media(min-width:768px){.here-to-help-section .here-to-help-inner{width:80%}}.here-to-help-section .here-to-help-inner h2{font-family:var(--font-century-gothic),sans-serif;text-transform:uppercase;font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:0;margin-top:0;text-align:center}.here-to-help-section .here-to-help-inner .inner-detail{width:100%;margin-top:30px}.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:30px}@media(min-width:768px){.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item{flex-direction:row;justify-content:center}}.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .row-left{margin-right:0}@media(min-width:768px){.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .row-left{margin-right:30px}}.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .inner-detail-item-row{width:100%;text-align:center;margin-bottom:10px}@media(min-width:768px){.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .inner-detail-item-row{width:max-content;margin-bottom:0}}.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .inner-detail-item-row span{text-align:center;font-family:var(--font-century-gothic),sans-serif;font-size:15px;font-weight:400;color:#1a1a1a}@media(min-width:768px){.here-to-help-section .here-to-help-inner .inner-detail .inner-detail-item .inner-detail-item-row span{text-align:left}}.archive-container{width:100%}.editorial-latest-section{width:100%;display:flex;justify-content:center;padding:80px 15px 40px;background-color:#fff}@media(min-width:768px){.editorial-latest-section{padding:80px 30px 40px}}.editorial-latest-section .editorial-latest-wrapper{display:flex;flex-direction:column}@media(min-width:768px){.editorial-latest-section .editorial-latest-wrapper{flex-direction:row;justify-content:space-between}}.editorial-latest-section .editorial-latest-wrapper .latest-left{width:100%;height:max-content;aspect-ratio:4/4;background-color:#bdbdbd;background-size:cover;background-position:50%;position:relative}.editorial-latest-section .editorial-latest-wrapper .latest-left:before{float:left;padding-top:100%;content:""}.editorial-latest-section .editorial-latest-wrapper .latest-left:after{display:block;content:"";clear:both}@media(min-width:768px){.editorial-latest-section .editorial-latest-wrapper .latest-left{width:50%}}.editorial-latest-section .editorial-latest-wrapper .latest-right{width:100%;padding:30px;background-color:rgba(241,241,241,.3137254902)}@media(min-width:768px){.editorial-latest-section .editorial-latest-wrapper .latest-right{width:50%;padding:50px}}.editorial-latest-section .editorial-latest-wrapper .latest-right .editorial-date{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:14px;color:#bdbdbd;margin-top:0;margin-bottom:10px}.editorial-latest-section .editorial-latest-wrapper .latest-right h1{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:28px;color:#1a1a1a;margin-top:0;margin-bottom:20px}.editorial-latest-section .editorial-latest-wrapper .latest-right .editorial-desc{font-family:var(--font-century-gothic),sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#686868;margin-top:0;margin-bottom:10px}.editorial-latest-section .editorial-latest-wrapper .latest-right .latest-read-btn{margin-top:10px;display:block}.editorial-list{width:100%;display:flex;justify-content:center;background-color:#fff;padding:40px 15px}@media(min-width:768px){.editorial-list{padding:40px 30px}}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap{width:100%;display:flex;flex-wrap:wrap}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item{width:100%;margin:0 0 30px;cursor:pointer}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item:hover .editorial-detail-wrap{background-color:#1a1a1a}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item:hover .editorial-detail-wrap h3,.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item:hover .editorial-detail-wrap p{color:#fff}@media(min-width:1024px){.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item{width:calc(50% - 20px);margin:0 10px 30px}}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-detail-wrap{padding:20px;transition:all .3s ease;background-color:rgba(241,241,241,.3137254902)}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-detail-wrap p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;color:#999;margin-top:0;margin-bottom:10px;transition:all .3s ease}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-detail-wrap h3{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:16px;line-height:1.4;color:#1a1a1a;margin-top:0;margin-bottom:10px;transition:all .3s ease}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-thumbnail{width:100%;aspect-ratio:4/6;background-color:#bdbdbd;background-size:cover;background-position:50%;margin-bottom:10px;position:relative}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-thumbnail:before{float:left;padding-top:150%;content:""}.editorial-list .editorial-list-wrapper .editorial-list-inner-wrap .editorial-item .editorial-thumbnail:after{display:block;content:"";clear:both}.single-post-container{width:100%}.single-post-section{width:100%;display:flex;justify-content:center;padding:80px 15px 40px;background-color:#fff}@media(min-width:768px){.single-post-section{padding:80px 30px 40px}}.single-post-section .single-post-wrapper{display:flex;flex-direction:column}.single-post-section .single-post-wrapper .single-post-header{width:100%;margin-bottom:30px}.single-post-section .single-post-wrapper .single-post-header p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:16px;color:#bdbdbd;margin-top:0;margin-bottom:10px;text-align:center}.single-post-section .single-post-wrapper .single-post-header h1{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:28px;color:#1a1a1a;margin-top:0;margin-bottom:20px;text-align:center}.single-post-section .single-post-wrapper .single-post-content{width:100%;display:flex;flex-direction:column;align-items:center}.single-post-section .single-post-wrapper .single-post-content h1,.single-post-section .single-post-wrapper .single-post-content h2,.single-post-section .single-post-wrapper .single-post-content h3,.single-post-section .single-post-wrapper .single-post-content h4,.single-post-section .single-post-wrapper .single-post-content p,.single-post-section .single-post-wrapper .single-post-content span{font-family:var(--font-century-gothic),sans-serif;text-align:center}.single-post-section .single-post-wrapper .single-post-content p{color:#1a1a1a;line-height:1.5;margin-bottom:20px}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:host),svg.svg-inline--fa:not(:root){overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:black}.footer-section{width:100%;display:flex;justify-content:center;background-color:#f7f7f7;padding:100px 30px}.footer-section .footer-section-wrap{width:100%;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.footer-section .footer-section-wrap{width:90%}}.footer-section .footer-section-wrap .footer-top{width:100%;display:flex;flex-direction:column}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top{flex-direction:row}}.footer-section .footer-section-wrap .footer-top h3{font-family:var(--font-century-gothic),sans-serif;font-weight:600;font-size:14px;text-transform:capitalize;letter-spacing:2px;color:#1a1a1a;text-align:center}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top h3{text-align:left}}.footer-section .footer-section-wrap .footer-top ul{list-style-type:none;padding:0;margin-top:20px}.footer-section .footer-section-wrap .footer-top ul li{padding-bottom:5px;text-align:center}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top ul li{text-align:left}}.footer-section .footer-section-wrap .footer-top ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:16px;cursor:pointer;color:#1a1a1a;transition:all .3s ease-in-out}.footer-section .footer-section-wrap .footer-top .footer-top-one{width:100%;padding-right:0;margin-bottom:70px}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top .footer-top-one{width:45%;padding-right:60px;margin-bottom:0}}.footer-section .footer-section-wrap .footer-top .footer-top-one p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;font-size:21px;line-height:29px;color:#1a1a1a;text-align:center}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top .footer-top-one p{text-align:left}}.footer-section .footer-section-wrap .footer-top .footer-top-one .footer-newsletter-wrap{width:100%}.footer-section .footer-section-wrap .footer-top .footer-top-two{width:100%;margin-bottom:50px;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top .footer-top-two{width:26.5%;margin-bottom:0;align-items:flex-end}}.footer-section .footer-section-wrap .footer-top .footer-top-two .footer-top-inner-wrap{width:max-content}.footer-section .footer-section-wrap .footer-top .footer-top-three{width:100%;display:flex;flex-direction:column;align-items:center}@media(min-width:1024px){.footer-section .footer-section-wrap .footer-top .footer-top-three{width:26.5%;align-items:flex-end}}.footer-section .footer-section-wrap .footer-top .footer-top-three .footer-top-inner-wrap{width:max-content}.footer-bottom{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0}.footer-bottom p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:uppercase;font-size:14px;letter-spacing:2px;color:#1a1a1a;margin:0}.mailchimp-form-container{max-width:300px;padding-top:10px}.mailchimp-form-container form{display:flex;flex-direction:column;gap:1rem}.mailchimp-form-container form .mailchimp-btn{background-color:#1a1a1a;border-radius:5px;font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:uppercase;font-size:14px;color:#fff;cursor:pointer}.mailchimp-form-container .mailchimp-success{color:#1a1a1a}.mailchimp-form-container .mailchimp-error,.mailchimp-form-container .mailchimp-success{font-family:var(--font-century-gothic),sans-serif;font-weight:400;font-size:14px;margin-top:10px}.mailchimp-form-container .mailchimp-error{color:#fd7d7d}.mailchimp-form-container button,.mailchimp-form-container input{padding:.5rem;font-size:1rem}nav{position:relative}.nav,nav{width:100%;z-index:50}.nav .nav-menu-bar{position:fixed;top:15px;left:15px;z-index:55}@media(min-width:1024px){.nav .nav-menu-bar{left:20px}}.nav .nav-search-icon-wrap{position:fixed;width:35px;height:35px;border-radius:50%;background-color:#f7f7f7;top:20px;right:70px;z-index:51;display:none;cursor:pointer}@media(min-width:1024px){.nav .nav-search-icon-wrap{display:flex;justify-content:center;align-items:center}}.nav .nav-search-icon-wrap .nav-search-icon{color:#1a1a1a;font-size:15px}.nav .nav-cart-icon-wrap{position:fixed;top:27px;right:30px;z-index:50}.nav .nav-cart-icon-wrap .nav-inner-cart-icon{right:0;top:0}.nav .nav-cart-icon-wrap .nav-inner-cart-icon img{width:22px}.nav .nav-cart-icon-wrap .nav-inner-cart-count{right:-10px;top:-10px;width:20px;height:20px;border-radius:50%;background-color:#fa5c7e;display:flex;justify-content:center;align-items:center}.nav .nav-cart-icon-wrap .nav-inner-cart-count span{color:#1a1a1a;font-size:14px}.nav .nav-top-bg{width:100%;height:75px;position:fixed;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;z-index:50}.nav .nav-top-bg img{width:150px}@media(min-width:1024px){.nav .nav-top-bg img{width:210px}}.nav .nav-gray-overlay{position:fixed;width:100%;height:100vh;top:0;background-color:rgba(0,0,0,.5);z-index:52}.nav .nav-sidebar{position:fixed;width:300px;height:100vh;background-color:#f7f7f7;transition:all .3s ease-in-out;display:flex;flex-direction:column;z-index:54;overflow-y:scroll}@media(min-width:768px){.nav .nav-sidebar{width:400px}}.nav .nav-sidebar .nav-inner-wrapper{display:flex;flex-direction:column;padding-top:100px;padding-left:30px}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top{display:flex;align-items:center}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top .nav-account-icon{margin-right:10px;color:#1a1a1a}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top span{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:400;cursor:pointer;color:#1a1a1a;transition:all .3s ease-in-out}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu{margin-top:20px;margin-bottom:0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul{list-style-type:none;padding:0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li{padding:7px 0}@media(min-width:768px){.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li{padding:3px 0}}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:24px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li a:hover{color:#fa5c7e}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap{margin-top:10px}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul{list-style-type:none;padding:0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li{padding:5px 0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:16px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li a:hover{color:#fa5c7e}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap{margin-top:10px}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul{list-style-type:none;padding:0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li{padding:5px 0}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li a:hover{color:#fa5c7e}.nav .nav-sidebar .nav-inner-wrapper .nav-tags{width:100%;display:flex;flex-wrap:wrap;margin:20px 0}.nav .nav-sidebar .nav-inner-wrapper .nav-tags .nav-tag-item{width:max-content;padding:5px 10px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:10px;margin-right:5px;margin-bottom:5px;font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;color:#1a1a1a;transition:opacity .3s ease}.nav .nav-sidebar .nav-inner-wrapper .nav-tags .nav-tag-item:hover{background-color:#fff0f5}.nav .button{padding:0;outline:none;cursor:pointer;z-index:15}.nav .button:focus{outline:none}.nav button::-moz-focus-inner{border:0}.nav .button.is-text{background-color:rgba(0,0,0,0);border:0}.nav .button-inner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.nav #menu-button{width:48px;height:48px;transition:background-color 2s ease;z-index:15}.nav .icon{line-height:0}.nav .menu-icon{text-align:right;width:27px}.nav .menu-icon:after,.nav .menu-icon:before{background-color:#1a1a1a;content:"";display:inline-block;height:3px;width:27px;margin:3px 0;transition-duration:.5s;z-index:15}.nav .menu-icon:before{width:27px}.nav .menu-icon:after{width:18px}.nav #menu-button:hover .menu-icon:before{width:18px;transition-duration:.5s}.nav #menu-button:hover .menu-icon:after{width:27px;transition-duration:.5s}.nav #menu-button.is-opened .menu-icon:before{transform:rotate(135deg) translate(3px,-3px);width:27px}.nav #menu-button.is-opened .menu-icon:after{transform:rotate(-135deg) translate(3px,3px);width:27px}.home-header{width:100%}.single-product-nav{width:100%;z-index:50}.single-product-nav .nav-menu-bar{position:fixed;top:15px;left:15px;z-index:55}@media(min-width:1024px){.single-product-nav .nav-menu-bar{left:20px}}.single-product-nav .nav-search-icon-wrap{position:fixed;width:35px;height:35px;border-radius:50%;background-color:#f7f7f7;top:20px;right:160px;z-index:51;display:none;cursor:pointer}@media(min-width:1024px){.single-product-nav .nav-search-icon-wrap{display:flex;justify-content:center;align-items:center}}.single-product-nav .nav-search-icon-wrap .nav-search-icon{color:#1a1a1a;font-size:15px}.single-product-nav .nav-cart-icon-wrap{position:fixed;top:27px;right:30px;z-index:50}@media(min-width:768px){.single-product-nav .nav-cart-icon-wrap{right:120px}}.single-product-nav .nav-cart-icon-wrap .nav-inner-cart-icon{right:0;top:0}.single-product-nav .nav-cart-icon-wrap .nav-inner-cart-icon img{width:22px}.single-product-nav .nav-cart-icon-wrap .nav-inner-cart-count{right:-10px;top:-10px;width:20px;height:20px;border-radius:50%;background-color:#fa5c7e;display:flex;justify-content:center;align-items:center}.single-product-nav .nav-cart-icon-wrap .nav-inner-cart-count span{color:#1a1a1a;font-size:14px}.single-product-nav .size-guide{position:fixed;top:75px;right:0;z-index:50;width:70px;height:60px;padding:10px;background-color:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.single-product-nav .size-guide:hover{opacity:.9}@media(min-width:768px){.single-product-nav .size-guide{top:0;right:0;width:100px;height:75px}}.single-product-nav .size-guide p{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-align:center;text-transform:capitalize;font-size:15px;color:#fff}@media(min-width:768px){.single-product-nav .size-guide p{font-weight:600}}.single-product-nav .nav-top-bg{width:100%;height:75px;position:fixed;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.25);display:flex;justify-content:center;align-items:center;z-index:50}.single-product-nav .nav-top-bg img{width:150px}@media(min-width:1024px){.single-product-nav .nav-top-bg img{width:210px}}.single-product-nav .nav-gray-overlay{position:fixed;width:100%;height:100vh;top:0;background-color:rgba(0,0,0,.8);z-index:52;display:block}.single-product-nav .nav-sidebar{position:fixed;width:300px;height:100vh;background-color:#f7f7f7;transition:all .3s ease-in-out;display:flex;flex-direction:column;z-index:54;overflow-y:scroll;transform:translateX(-101%)}@media(min-width:768px){.single-product-nav .nav-sidebar{width:400px}}.single-product-nav .nav-sidebar .nav-inner-wrapper{display:flex;flex-direction:column;padding-top:100px;padding-left:30px}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top{display:flex;align-items:center}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top .nav-account-icon{margin-right:10px;color:#1a1a1a}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-top span{font-family:var(--font-century-gothic),sans-serif;font-weight:400;font-size:14px;cursor:pointer;color:#1a1a1a;transition:all .3s ease-in-out}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu{margin-top:20px;margin-bottom:0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul{list-style-type:none;padding:0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li{padding:7px 0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:24px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-main-menu ul li a:hover{color:#fa5c7e}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap{margin-top:10px}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul{list-style-type:none;padding:0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li{padding:5px 0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:16px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-category-wrap ul li a:hover{color:#fa5c7e}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap{margin-top:10px}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul{list-style-type:none;padding:0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li{padding:5px 0}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li a{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;cursor:pointer;color:#1a1a1a;transition:all .2s ease-in-out}.single-product-nav .nav-sidebar .nav-inner-wrapper .nav-sidebar-bottom-wrap ul li a:hover{color:#fa5c7e}.single-product-nav .button{padding:0;outline:none;cursor:pointer;z-index:15}.single-product-nav .button:focus{outline:none}.single-product-nav button::-moz-focus-inner{border:0}.single-product-nav .button.is-text{background-color:rgba(0,0,0,0);border:0}.single-product-nav .button-inner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.single-product-nav #menu-button{width:48px;height:48px;transition:background-color 2s ease;z-index:15}.single-product-nav .icon{line-height:0}.single-product-nav .menu-icon{text-align:right;width:27px}.single-product-nav .menu-icon:after,.single-product-nav .menu-icon:before{background-color:#1a1a1a;content:"";display:inline-block;height:3px;width:27px;margin:3px 0;transition-duration:.5s;z-index:15}.single-product-nav .menu-icon:before{width:27px}.single-product-nav .menu-icon:after{width:18px}.single-product-nav #menu-button:hover .menu-icon:before{width:18px;transition-duration:.5s}.single-product-nav #menu-button:hover .menu-icon:after{width:27px;transition-duration:.5s}.single-product-nav #menu-button.is-opened .menu-icon:before{transform:rotate(135deg) translate(3px,-3px);width:27px}.single-product-nav #menu-button.is-opened .menu-icon:after{transform:rotate(-135deg) translate(3px,3px);width:27px}.cart-modal{position:fixed;width:100%;height:100vh;top:4rem;right:0;display:flex;flex-direction:column;padding:20px;border-radius:.375rem;box-shadow:0 3px 10px rgba(0,0,0,.2);background-color:#fff;gap:1.5rem;z-index:100;max-height:80vh}@media(min-width:768px){.cart-modal{width:400px;right:3rem}}.cart-modal .header{width:100%;padding-bottom:20px;border-bottom:1px solid rgba(26,26,26,.1254901961)}.cart-modal .header h1{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:18px;color:#1a1a1a}.cart-modal .size-guide-close-btn-wrap{position:absolute;top:15px;right:20px;width:40px;height:40px;border-radius:50%;background-color:#f7f7f7;display:flex;justify-content:center;align-items:center;cursor:pointer}.cart-modal .size-guide-close-btn-wrap .size-guide-close-icon{color:#1a1a1a;font-size:24px}.cart-modal .cart-items{width:100%;overflow-y:auto}.cart-modal .cart-item{width:100%;display:flex;border-radius:5px;background-color:#fff;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid rgba(26,26,26,.1254901961)}.cart-modal .cart-item .image{width:80px;height:120px;background-color:#1a1a1a;background-size:cover;background-position:50%;background-repeat:no-repeat;border-top-left-radius:5px;border-bottom-left-radius:5px}.cart-modal .cart-item .detail-wrap{width:calc(100% - 100px);padding-left:10px;display:flex;justify-content:space-between}.cart-modal .cart-item .detail-wrap .left{width:max-content}.cart-modal .cart-item .detail-wrap .left .name{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:uppercase;font-size:11px;color:#1a1a1a}.cart-modal .cart-item .detail-wrap .left .desc{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:14px;color:#1a1a1a}.cart-modal .cart-item .detail-wrap .left .options{width:100%;display:flex;flex-wrap:wrap;margin-top:20px}.cart-modal .cart-item .detail-wrap .left .options .item{width:max-content;padding:3px 5px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:10px;margin-right:5px;margin-bottom:5px}.cart-modal .cart-item .detail-wrap .left .options .item span{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:12px;color:#1a1a1a}.cart-modal .cart-item .detail-wrap .right{width:max-content;margin-left:10px;display:flex;flex-direction:column;align-items:flex-end}.cart-modal .cart-item .detail-wrap .right .price{font-family:var(--font-century-gothic),sans-serif;font-weight:600;text-transform:capitalize;font-size:14px;color:#1a1a1a}.cart-modal .cart-item .detail-wrap .right .remove-cart-btn{cursor:pointer;margin-top:30px;width:max-content;padding:5px;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,26,26,.1254901961);border-radius:10px;transition:all .3s ease}.cart-modal .cart-item .detail-wrap .right .remove-cart-btn:hover{background-color:#ffe4e1}.cart-modal .cart-item .detail-wrap .right .remove-cart-btn span{font-family:var(--font-century-gothic),sans-serif;text-transform:capitalize;font-size:12px;color:#1a1a1a}.cart-modal .total-wrap{width:100%;margin-bottom:0;padding:0 10px}.cart-modal .total-wrap .total-item{display:flex;justify-content:space-between;margin-bottom:10px}.cart-modal .total-wrap .total-item h3{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;color:#1a1a1a}.cart-modal .total-wrap .total{border-top:1px solid rgba(26,26,26,.1254901961);padding-top:10px}.cart-modal .total-wrap .total h3{font-weight:600}.cart-modal .action-btn-wrap{width:100%;display:flex;justify-content:center}.cart-modal .action-btn-wrap .btn-link{width:80%}.cart-modal .action-btn-wrap .btn-link .btn{width:100%;height:40px;background-color:#1a1a1a;display:flex;justify-content:center;align-items:center;border-radius:5px}.cart-modal .action-btn-wrap .btn-link .btn span{font-family:var(--font-century-gothic),sans-serif;font-weight:400;text-transform:capitalize;font-size:14px;color:#fff;text-align:center}