@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*  font-family: 'Roboto', sans-serif;       */
/*  font-family: 'Barlow', sans-serif;       */


a {outline : none;}
button {outline : none; outline-color: transparent !important;}
button:focus {outline : none; outline-color: transparent !important;}

    .content-area, .widget-area {
        margin-bottom: 0;
    }


.xoo-wsc-ft-btn-checkout { 
    background: #f5a623 !important;
    color: black !important;
}

.xoo-wsc-ft-btn-checkout span { 
    color: black !important;
}


/********** HEADER STYLING **********/

@media (max-width: 768px) {

.navbar-center { display:none; }

.navbar-right  { display:none; }

}

.product_type_variable { display:none; }




/********** HEADER STYLING **********/





/********** shop archive  STYLING **********/

.post-type-archive-product .products {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 20px 30px 20px !important;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 15px; /* adjust spacing between items */
}

/* Mobile layout: 2 columns */
@media (max-width: 767px) {
    .post-type-archive-product .products {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .woocommerce-ordering {
        margin-bottom: 5px !important;
    }
    .post-type-archive-product .storefront-sorting {
        max-width: 1440px !important;
        margin: 0 auto !important;
        padding: 0px 20px 0px 20px !important;
    }
    #main .product {
        margin-top: 0 !important;
    }
}

.storefront-full-width-content .site-main ul.products.columns-4 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
    float: none; /* remove float */
    width: 100%;  /* take full column width */
    margin-right: 0; /* remove manual spacing */
}


ul.products::before, ul.products::after {
    content: "";
    display: none !important;
}


.storefront-full-width-content .site-main ul.products.columns-4 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
        width: auto !important;
        float: none !important;
        margin-right: auto !important;
    
}

.post-type-archive-product .price  {
  margin-bottom: 0;
}


/********** shop archive  STYLING **********/





/********** CATEGORY archive  STYLING **********/

.tax-product_cat .products {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 20px 30px 20px !important;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 15px; /* adjust spacing between items */
}

/* Mobile layout: 2 columns */
@media (max-width: 767px) {
    .tax-product_cat  .products {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .woocommerce-ordering {
        margin-bottom: 5px !important;
    }
    .tax-product_cat  .storefront-sorting {
        max-width: 1440px !important;
        margin: 0 auto !important;
        padding: 0px 20px 0px 20px !important;
    }
    #main .product {
        margin-top: 0 !important;
    }
}

.product_type_easy_product_bundle {
      display: none !important;
    }


.woocommerce-products-header {
      display: none !important;
    }
    
.tax-product_cat .storefront-sorting {
      display: none !important;
    }

.storefront-full-width-content .site-main ul.products.columns-4 li.product,
.storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
    float: none; /* remove float */
    width: 100%;  /* take full column width */
    margin-right: 0; /* remove manual spacing */
}


ul.products::before, ul.products::after {
    content: "";
    display: none !important;
}


.storefront-full-width-content .site-main ul.products.columns-4 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product {
        width: auto !important;
        float: none !important;
        margin-right: auto !important;
    
}

.post-type-archive-product .price  {
  margin-bottom: 0;
}


/********** CATEGORY archive  STYLING **********/







/********** SINGLE PRODUCT STYLING **********/


.single-product  #main .product {
    
    max-width: 1440px;
     margin: 0 auto  0 auto;
     width: 100%;
    
     padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.single-product .product_title {
  font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 1.1;
   letter-spacing: 0.5px;
   margin-bottom: 10px;
}

.price del {
 font-family: 'Roboto', sans-serif;   
 font-size: 18px !important;
 color: black !important;
 opacity: 1 !important;
 margin-right: 6px;
 letter-spacing: -0.5px !important;
 
}
.price ins {
 font-family: 'Roboto', sans-serif;   
 font-size: 18px !important;
  color: #f83a3a;
  letter-spacing: -0.5px !important;
 
}


.single-product div.product p.price  {
    margin-top: 5px  !important;
     margin-bottom: 10px  !important;
}

.woocommerce-product-details__short-description  {
   color: black;
    font-family: 'Roboto', sans-serif;  
    line-height: 1.3;
}

.storefront-sticky-add-to-cart  {
    display: none !important;
}

.single-product .storefront-full-width-content.single-product div.product .summary {
    float: left;
}

.single-product div.product .variations_button {
    padding-top: 0;
}

.variations label  {
    font-family: 'Roboto', sans-serif;   
 font-size: 16.5px !important;
 font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #222 !important;
}

.single-product div.product form.cart {

    margin-top: 10px;
      margin-bottom: 10px !important;
}

.single-product .single_add_to_cart_button {
    height: 60px;
    width: 100%;
    background: #f39c12 !important;
    text-transform: none;
    letter-spacing: -0.5px !important;
}

.single-product .onsale {
    display: none;
}

/* Hide selects but keep in DOM */
.variations select.hidden-select {
    display: none;
}

.reset_variations {
    display: none !important;
}

.variation-buttons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.variation-button {
    padding: 12px 12px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 1px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
     outline: none; 
}

.variation-button:hover {
    background: #F4F4F4;
    border-color: black;
    color: black;
}

.variation-button.active {
    background: #F4F4F4;
    border-color: black;
    color: black;
}

.variation-button.disabled {
    background: #eee;
    border-color: #ddd;
    color: #aaa;
    cursor: not-allowed;
}

.single-product div.product .variations_button {
    padding-top: 0px !important;
}

/* Quantity & Cart Button */
.quantity {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

/* Hide native quantity */
.quantity {
    display: none !important;
}

.custom-qty-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.qty-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    text-align: center;
}

.qty-btn span {
    font-size: 12px;
}

.qty-btn.active {
    background: #f39c12;
}

/* Product meta, breadcrumbs, and extras */
.storefront-breadcrumb,
.storefront-product-pagination,
.product .product_meta,
.edit-link {
    display: none;
}

#main .product {
    margin-top: 20px;
}


/********** SINGLE PRODUCT BOTTOM (WHY SECTION) **********/

.why-section {
    background-color: #f4f4f4;
    padding: 80px 20px;

}

.why-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: left;
    gap: 40px;
}

.why-col {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: left;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.why-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.why-content {
    color: white;
    flex-direction: column;
    text-align: left;
}

.why-content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #222;
}

.why-point {
    margin-bottom: 30px;
    color: #222;
}

.why-point p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.why-point .description {
    font-size: 18px;
    font-weight: 400;
  color: #222;
    margin: 0;
}

.emoji {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
    .why-container {
        flex-direction: column;
        text-align: center;
    }

    .why-col {
        width: 100%;
        flex-direction: column;
    }

    .why-video {
        height: auto;
        max-width: 100%;
    }

    .why-content h2 {
        font-size: 28px;
    }

    .why-point p {
        font-size: 18px;
    }

    .why-point .description {
        font-size: 16px;
    }
}
