[data-header*="type-1"] [data-sticky*="yes"] {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.checkout-inline-error-message {
    line-height: 18px;
    font-size: 12px;
    color: #ec0b43;
    margin: 3px 0 0 5px;
}
.checkout .woocommerce-error {
    display: none!important;
}
#billing_street_hidden_field {
    display: none;
}
.latest {background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);}
.change-list {list-style: none;padding-left: 0;}
.change-list li {
    background: #f8f9fa;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border-left: 3px solid #667eea;
    transition: all 0.3s ease;
}
.change-list li:hover {
background: #e3f2fd;
transform: translateX(5px);
}
.wletter-place {
padding-left: 15px!important;
}
.wletter-email, .frm-fluent-form {
position: relative!important;
}
.wletter-btn, .w-newsletter {
right: 2px;
top: 2px;
position: absolute !important;
}
.wletter-btn {
font-weight: 300 !important;
font-size: 0.8rem !important;
padding: 11px !important;
}
.ff-message-success {
border: none!important;
box-shadow: none!important;
margin-top: 0!important;
}
.demo-svg .ct-icon {
	stroke:#092c4a;
}
[data-transparent-row="yes"] .demo-svg .ct-icon {stroke:#fff;}
[data-sticky*="yes"] .demo-svg .ct-icon  {stroke:#092c4a;}
.ct-header [data-id="JV01kk"]:hover .demo-svg .ct-icon {
    stroke: #fb8500;
}
.contact-price {
    color: var(--theme-palette-color-4);
    font-size: 0.975rem;
    font-weight: 600;
}
.contact-btnOw {
    gap: 6px;
    display: flex;
    background: transparent;
    color: #d70018;
    border: none;
    height: 60px;
    line-height: 1;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

nav[data-menu="type-1"] > ul > li:first-child > a {
    padding-inline-start: 0;
}

nav[data-menu="type-1"] > ul > li:last-child > a {
    padding-inline-end: 0;
}
.added_to_cart.wc-forward {
    display:none;
}
.buynow-btn-show {
    width:40%;
    border-radius:8px;
}
.no-scroll {
overflow: hidden !important;
height: 100% !important;
position: fixed !important;
width: 100% !important;
}
/*Checkout*/
.post-1070 {    
background-color: #e0e5ec;
color: #2d3748;
}
.ct-order-review, .ct-customer-details,.order-again .button{
width:100%;
}
td.download-file .button {
    background: none;
    padding: 0;
    font-size: 14px;
    width: 100%;
    color: var(--theme-palette-color-17);
    text-decoration: underline;
}
.ct-customer-details .col2-set, .ct-order-review, .woocommerce-thankyou-order-details, .woocommerce-order-downloads, .woocommerce-sepay-bank-details, .woocommerce-customer-details, .woocommerce-order-details {
border-radius: 10px;
padding: 1rem;
background-color: white;
color: #2d3748;
}
.woocommerce-order p {
color: #2d3748;
}
.woocommerce-order {
padding: 20px 0;
margin: 0 auto;
max-width: 750px;
}
.woocommerce-thankyou-order-details, .woocommerce-sepay-bank-details, .woocommerce-customer-details, .woocommerce-order-details,.woocommerce-thankyou-order-received {
margin-bottom: 1em !important;
}

.woocommerce.ct-woo-unauthorized,.woocommerce.ct-woo-account {
padding: 3rem 0;
}
.woocommerce button.button:hover .w-key-info {
    color: var(--theme-button-text-hover-color);
}
.woocommerce-checkout-payment .place-order button[type=submit] {
    min-height: 55px;
    padding: 5px 15px;
}
.ct-woocommerce-checkout {
    padding-bottom: 2rem;
    margin: 0 auto;
    max-width: 650px;
    display: flex !important;
    flex-direction: column;
    gap:15px!important;
}
#customer_details .col-2 {
    display: none;
}
.checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.checkout .form-row {
    width: 100%;
    margin-bottom: 15px;
}
.form-row.row-f50 {
    width: calc(50% - 7.5px);
}
.form-row.form-row-last-name {
    margin-right: 15px;
}
@media screen and (max-width: 500px) {
.ct-customer-details h2 {
    display:none;
}
.form-row.form-row-last-name {
    margin-right: 0;
}
.form-row.row-f50 {
    width: 100%;
}
}

/*Slide Swiper*/
.prdcate-slideSow .product>* {
    margin-bottom: 10px;
}
.SldeSow-wrp .swiper-button-next.swiper-button-disabled, .SldeSow-wrp .swiper-button-prev.swiper-button-disabled {
opacity: 0.1;
}
.SldeSow-wrp .woocommerce-loop-product__title {
font-size: 0.95rem;
margin: 10px 0;
font-weight:500;
}
.SldeSow-wrp .woocommerce-loop-product__title a, .SldeSow-wrp .woocommerce-loop-product__title a:hover {
color:var(--theme-palette-color-4);
}
.swiper-button-next:after, .swiper-button-prev:after {
display: none;
}
.nzt-next, .nzt-prv {
background: rgba(18, 21, 25, 0.6);
opacity: .8;
padding: 3px;
width: 30px;
height: 60px;
}
.nzt-next {
right:0;
border-radius: 100px 0 0 100px;
}
.nzt-prv {
left:0;
border-radius: 0 100px 100px 0;
}
@media screen and (max-width: 900px) {
.SldeSow-wrp .woocommerce-loop-product__title {
font-size: 0.8rem;
}
}

/*Shop-Category */
.prdcate-show, .row-mw100 {
    margin: 0 auto !important;
}
.woocommerce-loop-product__title  {
    padding: 0rem 1.8rem 0.25rem 0.35rem;
}
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prdcate-show .price,.SldeSow-wrp .price, .related.products .price {
    padding: 0rem 1.8rem 2rem 0.35rem;
}
.price span.amount {
    font-size:0.955rem;
    font-weight:600;
    color:var(--theme-palette-color-4);
}
.sale-price ins, .sale-price span.amount {
    color:var(--theme-palette-color-14);
}
.price del>span.amount, .sale-price del>span.amount {
    color:var(--theme-palette-color-3);
    font-size:0.875rem;
    font-weight:400;
}
.sale-price {
    line-height: 1.2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.xpdsInfo {
    margin:  0rem 1.8rem 2rem 0.3rem;
    background: var(--theme-palette-color-16);
    border-radius: 4px;
    color: #6D6E72;
    font-size: 0.75rem;
    padding: 3px 6px;
    display: flex;
    flex-wrap: wrap;
}
.xpdsInfo .xpdshow {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}
.xpdsInfo .mixicon svg {
    margin-right: 5px;
}
@media screen and (max-width: 900px) {
.xslide-wrp,.prdcate-show, .row-mw100 {
width: 100%;
max-width: 100%;
}
.prdcate-show .woocommerce-loop-product__title, .related.products .woocommerce-loop-product__title, .SldeSow-wrp .product-title {
    padding: 0rem 1.3rem 0.25rem 0.2rem;
}
.prdcate-show .price, .related.products .price, .SldeSow-wrp .price {
    padding: 0rem 1.3rem 1.5rem 0.2rem;
}
.price span.amount {
    font-size:0.85rem;
}
.price del>span.amount  {
    font-size:0.75rem;
}
.xpdsInfo {
    margin: 0rem 0rem 2rem 0.2rem;
    font-size: 0.65rem;
}
}


/*Mini cart*/
#woo-cart-panel .ct-panel-actions {
    padding: 25px 15px 0;
}
#woo-cart-panel .ct-panel-content-inner {
    padding: 15px;
}
#woo-cart-panel .cart_list, #woo-cart-panel .woocommerce-mini-cart__empty-message {
    padding: 15px;
    background-color: #fff;
    margin: 0;
    border-radius: 6px;
}
.button.wc-forward {
    background-color: transparent;
    border: 1px solid #212529;
    color: #212529;
}
.button.checkout.wc-forward {
    background-color: #ec0b43;
    border: 1px solid transparent;
    color: #fff;
}
.button.checkout.wc-forward:hover {
    color: #fff!important;
}


/* CSS modal */
@media screen and (min-width: 768px) {
[class*=ct-dynamic-count] {
    top: -2px;
        inset-inline-end: -2px;
}
.sub-menu .ct-menu-link {
padding:0 0 0 30px; 
margin:10px 0;
}
.sub-menu li a:not(:empty):before {
    position: absolute;
    content: "";
    top: calc(50% - 2px);
    inset-inline-start: 15px;
    width: 3px;
    height: calc(2px* var(--has-indentation, 1));
    opacity: .3;
    border-radius: 5px;
    background: currentColor;
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), 
    background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), 
     width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sub-menu li a:hover:before {
    opacity: 1;
    width: 12px;
}
.ct-icon-container{
    padding:8px;
}
.ct-icon-container:hover {
    padding:8px;
    border-radius:99px;
    background-color:#e5e5e5;
}
.ct-header-search.ct-toggle {
background-color: #f5f5f5 !important;
width: 180px;
height:35px;
display: flex;
justify-content: flex-start;
border-radius:99px!important;
}
.ct-header-search.ct-toggle:hover {
background-color: #e5e5e5!important;
}
.ct-toggle svg {
background-color:#f5f5f5;
height:35px;
width:35px;
border-radius:99px;
padding:7px;
}
}

@media screen and (max-width: 767px) {
.page-title {
font-size:20px!important;   
}
[data-header*="type-1"] [data-id="cart"] {
margin: 0px 5px 0px 0px !important;
}

.ct-header-search {
    margin: 0 15px 0 0 !important;
}
.ct-toggle svg, .ct-icon-container svg {
height:22px;
width:22px;
padding:0px;
}
.ct-panel-xcontent {
width: 85%;
}
.ct-panel-xcontent {
transform: translateX(0)!important;
left: 15px!important;
position: absolute;
top: 0;
}
.ct-toggle-close {
top: 28px!important;
right: 15px!important;
}
.ct-popular-search-terms {
margin: 35px auto 0!important;
}
.ct-label, .ct-modal-xlogo {
display:none;
}
#search-modal .ct-search-results {
grid-column-gap: 12px!important;
grid-row-gap: 12px!important;
}
.button.wc-forward {
padding: 10px 0;
}
#woo-cart-panel .woocommerce-mini-cart__buttons {
grid-template-columns: repeat(2, 1fr)!important;
}
}

/*Menu*/
#menu-main-menu .sub-menu {
    padding: 10px 0!important;
}
#offcanvas .ct-panel-content-inner .ct-header-wishlist, #offcanvas .ct-panel-content-inner .ct-header-compare {
position:absolute;
z-index: 90;
}
#offcanvas .ct-panel-content-inner .ct-header-wishlist {
right:55px;
}
#offcanvas .ct-panel-content-inner .ct-header-compare {
right:70px;
}
.ct-toggle-dropdown-mobile .toggle-icon-2 {
width:13px!important;
}
.ct-panel-content-inner {
    padding: 0 15px 0 ;
}
.ct-panel-content .mobile-menu, .ct-contact-info {
    background-color:#fff;
    border-radius:9px;
  padding: 20px;
}
.ct-toggle-close .ct-icon {
width:15px;
height:15px;
}
.ct-contact-info {
width:100%;
}
.ct-button-ghost,.ct-button-ghost:hover {
border:none;
background-color:transparent;
}
@media screen and (max-width: 767px) {
#offcanvas .ct-panel-content-inner .ct-header-wishlist {
position:absolute;
top:25px;
right:45px;
}
#offcanvas .ct-panel-content-inner .ct-header-compare {
position:absolute;
top:25px;
right:60px;
}
}




/* CSS show */
@media (max-width: 999.98px) {
.ct-drawer-canvas #offcanvas {
background-color: rgba(18, 21, 25, 0.6);
}
}
.ct-search-form-controls .wp-element-button svg {
width:19px;
height:19px;
}

.ct-panel-xactions {
    padding: 15px 20px;
}
.ct-modal-xlogo img {
    max-height: 38px;
    width: auto;
}
.ct-panel-xcontent {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 0;
}
.ct-toggle-close {
    z-index: 999;
    position: absolute;
    top: 33px;
    right: 20px;
}
.ct-panel-xcontent {
      padding: 15px 0;
}
.ct-panel-xcontent .ct-search-form .wp-element-button {
    min-height: 39px;
    height: 39px;
    width: 39px;
}
.ct-panel-xcontent input:hover, .ct-panel-xcontent input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus  {
    background-color: #E5E5E5!important;
}
.ct-panel-xcontent input {
    border: 0;
    cursor: text;
    margin: 0;
    padding: 9px 0px 11px 45px;
    box-sizing: border-box;
    font-size:15px;
    font-weight:500;
    background-color: #F5F5F5;
    height: 39px;
    border-radius: 24px;
    -moz-appearance: textfield;
}
#search-modal form {
   max-width: 100%;
}
#search-modal form .ct-search-form-controls {
    left: 0;
    width: fit-content;
    top: 0 !important;
}
.ct-popular-search-terms {
  position: relative;
    margin:30px auto;
}
.ct-popular-search-terms h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #707072;
}
.ct-terms-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.ct-term-button {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 6px 15px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.ct-term-button:hover {
    background-color: #e5e5e5;
    color: #111;
}
.ct-dynamic-count-cart {
        font-size:10px;
}
.w-cr {
border-top: 1px solid var(--theme-palette-color-5);
}
@media (max-width: 767px) {
.ct-terms-container {
gap: 8px;
} 
.ct-term-button {
padding: 5px 12px;
font-size: 13px;
}
}
/*Home*/
.w-subtitle {
    border: 1px solid #fb850099;
    border-radius: 8px;
    padding: 6px 12px;
    color: #fb8500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgba(255, 255, 255, .3);
}
.w-home {
    background-color: #caf0f855;
}
.vmwrt {
    padding: 20px 0;
}
.vwf50 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 610px;
}
.wfaq-quest, .wfaq-item, .faq-icon {
    transition: all 0.3s ease;
}
.wfaq-quest.active {
    background: #f8f9fa;
    border-bottom: 1px solid #e2e8f0;
}
.wfaq-quest.active .faq-icon {
    transform: rotate(45deg);
}
.wfaq-asw {
    max-height: 0;
    transition: max-height 0.15s ease, padding 0.15s ease;
}
.wfaq-asw.active {
    max-height: 500px;
    padding: 1.2rem 1rem;
}
.wfaq-show a {
    color: #3182ce;
    text-decoration: none;
    border-bottom: 1px solid #fff0;
    transition: border-color 0.2s ease;
}
.wfaq-show a:hover {
    border-bottom-color: #3182ce;
}
.pricing-card {
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 0.2);
    transition: all 0.3s ease;
    transform: scale(0.98);
}
.w-card1 {
    background-color: #8ecae655 !important;
}
.w-card2 {
    background-color: #fb8500 !important;
}
.w-card3 {
    background-color: #023047;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.pricing-card.featured0::before {
    background: linear-gradient(135deg, #fe2b54 0%, #ff6b6b 100%);
    height: 3px;
    animation: shimmer 3s linear infinite;
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.pricing-card0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.8), transparent);
}
.pricing-card.featured {
    transform: scale(1.05);
    background: rgb(255 255 255 / 0.15);
    border-color: rgb(255 255 255 / 0.3);
}
.original-price {
    opacity: 0.7;
}
.card-discount {
    background-color: #ffb703;
    padding: 0 5px;
    top: -28px;
    right: 18px;
}
.card-discount2 {
    background-color: #ffb703;
    padding: 0 5px;
    top: -28px;
    right: 18px;
}
.w-footer-logo {
    margin: 0 auto 8px;
    width: 160px;
}
.card-features {
    list-style: none;
}
.pricing-card ul {
padding-inline-start: 0;
}
.card-button {
    transition: all 0.3s ease;
    text-decoration: none;
}
.w-cbt1 {
    background-color: #ffb703;
}
.w-cbt2 {
    background-color: #023047;
}
.w-cbt3 {
    background-color: #ffb703;
}
.pricing-card a:hover {
    color: #023047;
}
.w-cbt1:hover,.w-cbt3:hover {
    background-color: #fb8500;
}
.pricing-card a.w-cbt2:hover {
    color: #fff;
}
.featured-badge {
    background-color: #023047;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    border-radius: 0 0 10px 10px;
}
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(255 255 255 / 0.6);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}
.particle:nth-child(1) {
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}
.particle:nth-child(2) {
    top: 80%;
    left: 80%;
    animation-delay: 2s;
}
.particle:nth-child(3) {
    top: 40%;
    left: 40%;
    animation-delay: 4s;
}
.w-bf-aft {
    cursor: grab;
}
.w-bf-aft:active {
    cursor: grabbing;
}
.w-bef-img,
.w-aft-img {
    position: absolute;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.w-aft-img {
    position: relative;
    display: block;
}
.w-bef-img {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    z-index: 2;
}
.w-sli-hand {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    z-index: 3;
    cursor: ew-resize;
    transform: translateX(-50%);
}
.sli-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #092c4b;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    transition: all 0.3s ease;
}
.sli-btn:hover {
    background: #092c4b;
    transform: translate(-50%, -50%) scale(1.1);
}
.sli-btn::before,
.sli-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.sli-btn::before {
    border-width: 6px 8px 6px 0;
    border-color: #fff0 #092c4b #fff0 #fff0;
    left: 8px;
}
.sli-btn::after {
    border-width: 6px 0 6px 8px;
    border-color: #fff0 #fff0 #fff0 #092c4b;
    right: 8px;
}
.sli-btn:hover::before {
    border-right-color: #fff;
}
.sli-btn:hover::after {
    border-left-color: #fff;
}
.before-label,
.after-label {
    top: 20px;
    padding: 8px 16px;
    background: rgb(0 0 0 / 0.7);
    z-index: 4;
    backdrop-filter: blur(10px);
}
.before-label {
    left: 20px;
}
.after-label {
    right: 20px;
}
.w-gradient {
    background: linear-gradient(334deg, #6b97f7, #7525e2, #f7137e);
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite;
}
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.wbg-c2 {
    color: #2c3e50;
}
.wdraw-line,
.wave-line,
.mi-accent {
    position: relative;
    display: inline-block;
}
.wdraw-line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 3px;
    background: linear-gradient(334deg, #6b97f7, #7525e2, #f7137e);
    border-radius: 2px;
    animation: drawLineRepeat 4s ease-in-out infinite;
}
@keyframes drawLineRepeat {
    0% {
        width: 0;
    }
    25% {
        width: 100%;
    }
    75% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.wave-line::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0,5 Q25,0 50,5 T100,5' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E") repeat-x;
    background-size: 65px 8px;
    animation: waveMove 3s ease-in-out infinite;
}
@keyframes waveMove {
    0%,
    100% {
        background-position: 0 0;
    }
    50% {
        background-position: 25px 0;
    }
}
.mi-accent::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    border-radius: 2px;
}

.wvr-btn {
    transition: all 0.3s ease;
    color: #fff;
}
.wvr-btn:hover {
    transform: translateY(-2px);
}
.btn-primary {
    color: white;
    background-color: #fb8500;
}
a.btn-primary:hover {
    background-color: #023047;
    color: white;
}
.btn-secondary {
    border: 1px solid #023047 !important;
}
a.btn-secondary:hover {
    color: #fb8500;
    border: 1px solid #fb8500 !important;
}
.stat-card {
    background: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #2d3748;
}
.img-shadow {
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.1);
}
.fvwxs {
    font-size: 2rem;
    line-height: 1.3;
}
.w-msite {
    max-width: var(--theme-normal-container-max-width);
    width: var(--theme-container-width);
}
.w-site-mini {
    max-width: 1200px;
    width: var(--theme-container-width);
}
.mzqkf {
    display: flex;
}
.w-pr-5r {
    padding-right: 5rem;
}
.w-pl-5r {
    padding-left: 5rem;
}
.w-rcol-rv {
    flex-direction: row;
}
.w-flex-mobile {
    flex-direction: row;
}
.w-txt-c {
    text-align: center;
}
.w-item-mbr {
    align-items: end;
    text-align: right;
}
.w-item-mbl {
    align-items: start;
    text-align: left;
}
.w-ileft {
    text-align: left;
}
.wtx-b5 {
    font-size: 1.5rem;
}
.wsvg {
    width: 1.2rem;
    min-width: 1.2rem;
}
.ul-show {
    padding-inline-start: 0;
    margin-block-end: 0;
}
.zform {
    transition: all 0.15s ease-out;
    will-change: transform;
}
.zform:hover {
    transform: scale(1.03);
}
@media (min-width: 768px) {
    .zform:hover {
        transform: scale(1.05);
    }
}
@media (max-width: 900px) {
    .w-f33 {
        width: 100% !important;
    }
    .nxpqw,
    .mzqkf {
        flex-direction: column;
    }
    .w-flex-mobile {
        flex-direction: column !important;
    }
    .w-f50 {
        width: 100% !important;
    }
    .wsvg {
        width: 0.875rem !important;
    }
    .wtx-desm {
        font-size: 0.9rem !important;
        line-height: 1.5rem !important;
    }
    .fvwxs {
        font-size: 1.8rem;
    }
    .wtx-b3r {
        font-size: 1.8rem !important;
    }
    .w-pr-5r {
        padding-right: 0 !important;
    }
    .w-pl-5r {
        padding-left: 0 !important;
    }
    .bktvv {
        padding-top: 2rem !important;
    }
    .w-rcol-rv {
        flex-direction: column-reverse;
    }
    .w-item-mbr,
    .w-item-mbl {
        align-items: flex-start;
        text-align: left;
    }
    .wtx-b5 {
        font-size: 1.2rem !important;
    }
    .wmt-20 {
        margin-top: 20px;
    }
    .w-bf-aft {
        border-radius: 10px;
    }
    .sli-btn {
        width: 35px;
        height: 35px;
    }
    .before-label,
    .after-label {
        padding: 6px 12px;
        top: 15px;
    }
    .sli-btn::after {
        border-width: 5px 0 5px 7px;
        border-color: #fff0 #fff0 #fff0 #092c4b;
        right: 6px;
    }
    .sli-btn::before {
        border-width: 5px 7px 5px 0;
        border-color: #fff0 #092c4b #fff0 #fff0;
        left: 6px;
    }
    .before-label {
        left: 15px;
    }
    .after-label {
        right: 15px;
    }
}
.w-divi {
    background-color: rgba(22, 24, 35, .03);
    width: 100%;
}
.wvr-flex {
    display: flex;
}
.wvr-col {
    display: flex;
    flex-direction: column;
}
.wvr-flin {
    display: inline-flex;
    align-items: center;
}
.wvr-spbtn {
    display: flex;
    justify-content: space-between;
}
.whidden {
    display: none;
}
.wvr-block {
    display: block;
}
.w-just-item-ct {
    justify-content: center;
    align-items: center;
}
.w-just-ctc {
    justify-content: center;
}
.wvr-item-ctr {
    align-items: center;
}
.wvr-itmstart {
    align-items: flex-start;
}
.wvr-ali-ctr {
    align-content: center;
}
.wvr-item-end {
    display: flex;
    align-items: flex-end;
}
.wvr-item-start {
    display: flex;
    align-items: flex-start;
}
.wvr-just-ctr {
    display: flex;
    justify-content: center;
}
.wvr-just-st {
    display: flex;
    justify-content: flex-start;
}
.wvr-just-btw {
    justify-content: space-between;
}
.wvr-flex-1 {
    flex: 1 1;
}
.wvr-flex-shrink-0 {
    flex-shrink: 0;
}
.wvr-fixed {
    position: fixed;
}
.wvr-abs {
    position: absolute;
}
.wvr-rlt {
    position: relative;
}
.wvr-stky {
    position: sticky;
}
.wvr-in0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wvr-tl0 {
    top: 0;
    left: 0;
}
.wvr-tl50 {
    top: 50%;
    left: 50%;
}
.wvr-left-0 {
    left: 0;
}
.wvr-right-0 {
    right: 0;
}
.wvr-top-50 {
    top: 50%;
}
.w-full {
    width: 100%;
}
.wwh-full {
    width: 100%;
    height: 100%;
}
.w-mfull {
    max-width: 100%;
    width: 100%;
}
.w-f25 {
    width: 25%;
}
.w-f50 {
    width: 50%;
}
.w-f33 {
    width: 33.3%;
}
.w-f35 {
    width: 35%;
}
.w-12 {
    width: 12px;
}
.w-18 {
    width: 18px;
}
.w-24 {
    width: 24px;
}
.w-25 {
    width: 25px;
}
.w-30 {
    width: 30px;
}
.wh-ato {
    height: auto;
}
.wh-24 {
    height: 24px;
}
.wh-25 {
    height: 25px;
}
.wh-36 {
    height: 36px;
}
.wh-44 {
    height: 44px;
}
.w-h-50 {
    width: 50px;
    height: 50px;
}
.wmh-25 {
    min-height: 25px;
}
.wmh-90vh {
    min-height: 90vh;
}
.wmh-75vh {
    min-height: 75vh;
}
.wmh-65vh {
    min-height: 65vh;
}
.mw-40 {
    width: 40%;
}
.mw-55 {
    width: 55%;
}
.mw-65 {
    width: 65%;
}
.wmax-90 {
    max-width: 90%;
}
.wmax-h-90 {
    max-height: 90%;
}
.wmax-h-80vh {
    max-height: 80vh;
}
.w-block-end {
    margin-block-end: 0;
}
.wmt-3 {
    margin-top: 3px;
}
.wmt-5 {
    margin-top: 5px;
}
.wmt-8 {
    margin-top: 8px;
}
.wmt-15 {
    margin-top: 15px;
}
.wmt-20 {
    margin-top: 20px;
}
.wmt-2r {
    margin-top: 2rem;
}
.wmt-3r {
    margin-top: 3rem;
}
.wmtb-2r {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wm-auto {
    margin: auto;
}
.wm-0a {
    margin: 0 auto;
}
.wm-0 {
    margin: 0;
}
.wm-l-8 {
    margin-left: 8px;
}
.wm-l-10 {
    margin-left: 10px;
}
.wm-r-10 {
    margin-right: 10px;
}
.wm-r-1 {
    margin-right: 0.25rem;
}
.wm-r-2 {
    margin-right: 0.5rem;
}
.wm-l-1 {
    margin-left: 0.25rem;
}
.wm-bt-02r {
    margin-bottom: 0.2rem;
}
.wm-bt-10 {
    margin-bottom: 10px;
}
.wm-bt-15 {
    margin-bottom: 15px;
}
.wm-bt-1r {
    margin-bottom: 1rem;
}
.wm-bt-2r {
    margin-bottom: 2rem;
}
.wvr-p-0 {
    padding: 0;
}
.wp-lr-0 {
    padding-left: 0;
    padding-right: 0;
}
.wp-lr-1r {
    padding-left: 1rem;
    padding-right: 1rem;
}
.wp-lr-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.wp-lr-05 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.wp-lr-125 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.wp-t10vh {
    padding-top: 10vh;
}
.wp-t-5vw {
    padding-top: 5vw;
}
.wp-t-3vw {
    padding-top: 3vw;
}
.wp-t-1r {
    padding-top: 1rem;
}
.w-g-0 {
    gap: 0;
}
.w-g-025 {
    gap: 0.25rem;
}
.w-g-9 {
    gap: 9px;
}
.w-g-15 {
    gap: 15px;
}
.w-g-25 {
    gap: 25px;
}
.w-g-30 {
    gap: 30px;
}
.w-g-50 {
    gap: 50px;
}
.w-g10vh {
    gap: 10vh;
}
.wp-02 {
    padding: 0.2rem;
}
.wp-5 {
    padding: 0.5rem;
}
.wp-1 {
    padding: 1rem;
}
.wp-2 {
    padding: 2rem;
}
.wp-23 {
    padding: 2rem 3rem;
}
.wp-3r {
    padding: 3rem 0;
}
.wp-tb-05 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.wp-tb-08 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.wp-tb-5r {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.wp-tb-3r {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.wp-tb-125 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.wp-b-2 {
    padding-bottom: 2rem;
}
.wp-r-50 {
    padding-right: 5rem;
}
.wb-white {
    background: #fff;
}
.wbg-white {
    background-color: #fff;
}
.wbg-f456 {
    background-color: #f4f5f6;
}
.wbg-f5 {
    background-color: #f5f5f5;
}
.wbg-s2 {
    background-color: #e0e5ec;
    color: #2d3748;
}
.wc-white {
    color: white;
}
.wbg-s2-c {
    color: #023047;
}
.wbg-black {
    background-color: #111;
}
.wbg-black-50 {
    background-color: rgb(0 0 0 / 0.5);
}
.wbg-black-90 {
    background-color: rgb(0 0 0 / 0.9);
}
.wbg-red-500 {
    background-color: #ef4444;
}
.wbg-green-100 {
    background-color: #dcfce7;
}
.wbg-red-100 {
    background-color: #fff3f3;
}
.wbg-red-555 {
    background-color: #fe2b54;
}
.wtx-red-500 {
    color: #fe2b54;
}
.w-fill-red-500 {
    fill: #fe2b54;
}
.wtx-red-700 {
    color: #fe3b5d;
}
.wtx-green-700 {
    color: #15803d;
}
.wtx-gray-500 {
    color: #6b7280;
}
.wtx-gray-800 {
    color: #1f2937;
}
.wtx-black {
    color: #000;
}
.wtx-white {
    color: #fff;
}
.wft-14 {
    font-size: 14px;
}
.wft-15 {
    font-size: 15px;
}
.wft-5r {
    font-size: 5rem;
}
.wft-normal {
    font-weight: 400;
}
.w-lsp-03r {
    letter-spacing: 0.03rem;
}
.wtx-b202r {
    font-size: 2.2rem;
}
.wtx-b3r {
    font-size: 3rem;
}
.wtx-b1r {
    font-size: 1rem;
}
.wtx-lh0 {
    line-height: 0;
}
.wtx-lh2 {
    line-height: 2rem;
}
.wtx-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.wtx-desm {
    font-size: 1.15rem;
    line-height: 1.8rem;
}
.wtx-b05 {
    font-size: 1.1rem;
    line-height: 2rem;
}
.wtx-b06 {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.wtx-b35 {
    font-size: 1.35rem;
    line-height: 2rem;
}
.wtx-b15 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.wtx-b2 {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.wtx-b3 {
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.wtx-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.wtx-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.wft-b3 {
    font-weight: 300;
}
.wft-b4 {
    font-weight: 400;
}
.wft-b5 {
    font-weight: 500;
}
.wft-semibold,
.wft-b6 {
    font-weight: 600;
}
.wft-b7 {
    font-weight: 700;
}
.wft-lth {
    text-decoration: line-through;
}
.wft-under {
    text-decoration: underline;
}
.wft-lh-18 {
    line-height: 18px;
}
.wft-lh-22 {
    line-height: 22px;
}
.wvr-shadow {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 0.3);
}
.wvr-bd-none {
    border: none;
}
.wvr-bd-b {
    border-bottom-width: 1px;
}
.wvr-bd {
    border-width: 1px;
}
.wvr-bd-g200 {
    border-color: #e5e7eb;
}
.wvr-bd-g300 {
    border-color: #d1d5db;
}
.wvr-bd-c500 {
    border-color: #06b6d4;
}
.wvr-rd5 {
    border-radius: 5px;
}
.wvr-rd8 {
    border-radius: 8px;
}
.wvr-rd10 {
    border-radius: 10px;
}
.wvr-rd15 {
    border-radius: 15px;
}
.wvr-rd25 {
    border-radius: 25px;
}
.wvr-rdf {
    border-radius: 9999px;
}
.wvr-tran-x50 {
    transform: translateX(50%);
}
.wvr-tran-y-n50 {
    transform: translateY(-50%);
}
.wvr-stk-white {
    stroke: #fff;
}
.wvr-fill-white {
    fill: #fff;
}
.fil-svg {
    fill: #fe2b54;
}
.wvr-point {
    cursor: pointer;
}
.wvr-events-none {
    pointer-events: none;
}
.wvr-events-auto {
    pointer-events: auto;
}
.wvr-obj-contain {
    object-fit: contain;
}
.wvr-obj-cover {
    object-fit: cover;
}
.wvr-obj-cover-11 {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    height: auto;
}
.wz-1 {
    z-index: 1;
}
.wz-9 {
    z-index: 9;
}
.wz-9999 {
    z-index: 9999;
}
.w-hidden {
    overflow: hidden;
}
.w-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrap-0 {
    flex-wrap: wrap;
    row-gap: 0px !important;
}
.woocommerce-variation-availability .stock.out-of-stock,
.stock.out-of-stock,
.woocommerce-variation-availability .stock.available-on-backorder,
.stock.available-on-backorder {
    display: none !important;
}
.ux-swatch--color .ux-swatch__text,
.ux-swatch--image .ux-swatch__text {
    font-size: 13px;
    display: flex;
    width: 100%;
    height: 25px;
    justify-content: center;
    align-items: center;
}
.ux-swatch--image {
    display: flex;
    flex-direction: column;
}
.ux-swatches--x-large .ux-swatch--image {
    height: auto;
    width: 20%;
}
.ux-swatch--image img {
    height: auto;
    width: 100%;
    aspect-ratio: 3 / 3;
    object-fit: cover;
}
.wrapper-dylO2h {
    padding: 16px 0;
}
.Prdifo-wrapper h2 {
    color: #333;
    font-size: 20px;
    margin: 10px 0;
    line-height: 26px;
    letter-spacing: -0.015rem;
    font-weight: 600;
}
.Prdifo-wrapper h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 18px;
    text-align: center;
    background-color: #f4f5f6;
    padding: 15px 0;
}
.show-Prdifo-TtVcp {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.banner-swiper {
    width: 100%;
    height: 65px;
}
.banner-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-wrapper p {
    padding: 0;
    margin: 0;
}
.a2vXfohO {
    margin-bottom: 5px;
}
.xds71f .swiper-slide {
    pointer-events: none;
    z-index: 1;
}
.swiper-slide.active {
    pointer-events: auto;
    z-index: 2;
}
.gkp39r {
    height: 800px;
    max-height: 800px;
}
.rty66p {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 5;
}
.pas11b,
.uio88m {
    text-transform: capitalize;
}
.mnb55c,
.uio88m,
.pas11b {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.swiper-slide.active .pas11b {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 0ms;
}
.swiper-slide.active .uio88m {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 50ms;
}
.swiper-slide.active .mnb55c {
    visibility: visible;
    animation: fadeInTop 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: 150ms;
}
@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.qwe22d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}
.jkl99n {
    border: 2px solid #fff;
    padding: 3px 3px 3px 30px;
    text-transform: uppercase;
    transition: all.3s ease-in-out;
}
.ytr44w {
    padding: 8px;
    width: 39px;
    height: 39px;
    background-color: #c1304f;
    transition: all.3s ease-in-out;
}
.ytr44w path {
    fill: #fff;
    transition: all.3s ease-in-out;
}
.fgh77h:hover {
    background-color: #c1304f;
    border: 2px solid #c1304f;
}
.fgh77h:hover .ytr44w {
    background-color: #0e0805;
}
.xds71f .slider-xbul {
    width: auto !important;
    top: 50%;
    right: 30px;
    gap: 25px;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 6;
    left: unset !important;
}
.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 0.5);
    transition: all 0.3s ease;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
    transform: scale(1.05);
    cursor: pointer;
    box-sizing: content-box;
    outline: 1px solid #fff;
    outline-offset: 4px;
}
.swiper-slide-active img {
    transform: scale(1.03);
}
@media screen and (max-width: 1024px) {
    .fvwxs {
    font-size: 1.5rem;
}
    .xds71f {
        padding: 1rem;
    }
    .gkp39r {
        height: 500px;
    }
    .pas11b {
        font-size: 3rem;
    }
    .uio88m {
        font-size: 1.2rem;
    }
    .jkl99n {
        font-size: 0.675rem;
        padding: 3px 3px 3px 20px;
    }
    .ytr44w {
        width: 35px;
        height: 35px;
        padding: 6px;
    }
    .xds71f .slider-xbul {
        top: 45%;
        right: 15px;
        gap: 20px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-pagination-bullet-active {
        outline-offset: 3px;
    }
}
@media screen and (max-width: 500px) {
    .xds71f {
        padding: 0;
    }
    .qwe22d {
        border-radius: 0;
    }
    .gkp39r {
        height: 350px;
    }
    .pas11b {
        font-size: 1.6rem;
    }
    .uio88m {
        font-size: 0.85rem;
    }
    .jkl99n {
        font-size: 0.55rem;
        padding: 2px 2px 2px 15px;
    }
    .ytr44w {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    .rty66p {
        gap: 0;
    }
}
