/** Shopify CDN: Minification failed

Line 254:2 Unexpected "{"

**/
/************************************custom css(20-8-25)*****************************************/

/* === CART PAGE LAYOUT FIX === */

/* Make the form container flexible */
#cart_form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

/* Left section: product list */
#cart_form .left_cart_section {
  flex: 0 0 65%;
  max-width: 65%;
  box-sizing: border-box;
}

/* Right section: summary, charges, totals */
#cart_form .right_cart_section {
  flex: 0 0 35%;
  max-width: 35%;
  box-sizing: border-box;
  background-color:hsl(0, 0.00%, 97.60%);
  padding: 20px;
}

/* Sticky right summary on scroll */
#cart_form .right_cart_section {
  position: sticky;
  top: 20px;
}

/* Fix long text wrapping inside the right section */
#cart_form .right_cart_section * {
  word-break: break-word;
  white-space: normal;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #cart_form {
    flex-direction: column;
  }

  #cart_form .left_cart_section,
  #cart_form .right_cart_section {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #cart_form .right_cart_section {
    position: relative;
    top: auto;
    margin-top: 20px;
  }
}
.right_cart_section .mw-fee--type-hidden {display:none;}
/************************design new work*********************/
form#cart_form .purchase-details__quantity .product-plus span, .purchase-details__quantity .product-minus span {
    line-height: 30px !important;
}
.cart.promo_banner-show .one-whole.column h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 48px;
    border: 0px;
}
form#cart_form .is-hidden-mobile-only h4 {
    font-size: 12px;
    font-weight: 700;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
form#cart_form .medium-down--one-whole a.cart_image .image-element__wrap img {
    max-width: 91px !important;
    min-width: 91px !important;
}
form#cart_form .purchase-details__quantity .product-plus,
form#cart_form  .purchase-details__quantity .product-minus {
    border: unset;
    height: 25px;
}
form#cart_form .purchase-details__quantity input.quantity {
    border: 0px;
    height: 30px;
    min-width: 30px;
    padding: 0px;
    line-height: 0px;
    min-height: 30px;
}
form#cart_form .purchase-details__quantity {
    border: 1px solid #cec6bf;
}
form#cart_form .purchase-details__quantity {
    border: 1px solid #cec6bf;
    padding: 0px 4px;
}
form#cart_form .left_cart_section .container.is-hidden-mobile-only {
    border-bottom: 1px solid #cec6bf;
    margin-bottom: 20px;
}
form#cart_form .left_cart_section .one-half {
    width: calc(47% - 20px);
}
form#cart_form .one-fourth.column {
    margin-left: 20px;
}
form#cart_form .purchase-details_quantity .product-plus span, form#cart_form .purchase-details_quantity .product-minus span {
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 8px;
    color: #000;
}
form#cart_form .one-fourth.column.cart__itemTotal span.ss-icon.icon-close {
    font-size: 11px;
}
form#cart_form .one-half.column.medium-down--one-whole.title_column p.cart_product_title {
    font-weight: 700;
    margin: 0px;
}
form#cart_form .left_cart_section .three-fourths {
    width: calc(73% - 20px);
}
form#cart_form .one-fourth.column h4 span.money {
    font-weight: 600;
}
form#cart_form .three-fourths h4.subtotal {
    font-weight: 700;
}
#cart_form .right_cart_section .cart_total_price {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    gap: 13rem;
    width: 100%;
}
#cart_form .right_cart_section .cart_total_price span {
    font-weight: 700;
    font-size: 18px;
}
#cart_form .right_cart_section .column.is-hidden-offset-mobile-only {
    margin: 0px;
}

#cart_form .right_cart_section .tos_checkbox {
    display: flex;
    padding-bottom: 25px;
    justify-content: center;
    align-items: flex-start;
}

#cart_form .right_cart_section * small.excluding_tax {
    background-color: #131313;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
#cart_form .right_cart_section * .cart_total_price h4 {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
#cart_form .right_cart_section * a.continue-shopping-link {
    display: flex;
    justify-content: center;
}
p.order_prc small {
    border-bottom: 1px solid #c4c3c3;
    padding-bottom: 6px;
    font-size: 17px;
}
#shopify-section-template--14872103026749__main .container .one-whole h1
 {
    font-weight: 600;
}

@media screen and (max-width: 1200px) {
#cart_form .right_cart_section .cart_total_price span {
    font-size: 12px;
}
#cart_form .right_cart_section * .cart_total_price h4 {
    border: 0px;
    padding: 0;
    margin: 0;
    line-height: normal;
}
#cart_form .right_cart_section .cart_total_price {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: flex-start;
    gap: revert;
    width: 100%;
}
#cart_form .right_cart_section .cart_total_price span {
    margin-right: 10px;
}
#cart_form .right_cart_section * small.excluding_tax {
    padding: 5px;
    font-size: 12px;
}
}
@media screen and (max-width: 991px) {
#cart_form {
    display: block;
    justify-content: normal;
}
#cart_form .left_cart_section {
    flex: none;
    max-width: 100%;
    box-sizing: border-box;
}
#cart_form .right_cart_section {
    position: relative;
    top: 0;
    max-width: 100%;
}
}
@media screen and (max-width: 800px) {
form#cart_form .left_cart_section .one-half {
    width: calc(40% - 20px);
}
}
@media screen and (max-width: 600px) {
form#cart_form .left_cart_section .one-half {
    width: calc(100% - 20px);
}
}
@media screen and (max-width: 798px) {
.cart.promo_banner-show .one-whole.column h1 {
    font-size: 35px;
    padding-bottom: 15px;
}
form#cart_form .left_cart_section .one-eighth {
    width: calc(100% - 20px);
}

form#cart_form  .one-eighth.column.medium-down--one-half.cart__itemPrice,
form#cart_form  .one-eighth.column.medium-down--one-half.cart__itemQuantity {
    width: calc(100% - 20px);
} {
    width: calc(100% - 20px);
    text-align: right;
}
form#cart_form .left_cart_section .one-half p.meta {
    margin-bottom: 0px;
	padding-bottom:0px;
}
form#cart_form .left_cart_section .cart_image .image-element__wrap {
    float: left;
}
form#cart_form .left_cart_section .cart_image .image-element__wrap {
    float: left;
    margin-right: 6px;
}
form#cart_form .left_cart_section .cart__itemPrice .price_total {
    display: block;
	text-align:right;
}
form#cart_form .left_cart_section  .quantity_label {
    display: none;
}
}
/********************Product detail page css***********************/

div#nav {
    display: none;
}
.breadcrumb.product_breadcrumb {
    font-size: 15px;
}
.product_section_design h1.product__title {
    font-weight: 600;
   margin: 0;
}
/* Style the main product price */
.product_section_design .product-single__price .money,
.product_section_design .product__price .money,
.product_section_design span.money {
    font-size: 28px;          /* Make it bigger */
    font-weight: 500;         /* Make it bold */
    color: #000000;           /* Set your desired color */
    margin: 10px 0;
}

/* If there's a compare-at-price (old price), make it smaller */
.product_section_design .product-single__price del,
.product_section_design .product__price del {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}
/* Make left product gallery smaller */
.product_section_design .five-eighths.columns.medium-down--one-whole {
    width: 55% !important;   /* Reduce from 62.5% to 55% */
}

/* Make right product details slightly wider */
.product_section_design .three-eighths.columns.medium-down--one-whole {
    width: 45% !important;   /* Increase from 37.5% to 45% */
}

/* Make sure thumbnails below image stay fully visible */
.product_section_design .product-gallery__thumbnails--true {
    overflow-y: auto;        /* Allow scroll if too many */
}
.product_section_design .product__price-container form {
    margin-top: 20px;
}
.product_section_design .swatch .option-title {
    font-weight: 700;
    text-transform: uppercase;
}
.product_section_design .swatch_options input:checked+.swatch-element {
    border-color: #000000;
    border: 3px solid #000;
}
.product_section_design h3.surface-pick-up-embed__location-availability {
    font-size: 17px;
}
.product_section_design small.surface-pick-up-embed__location-pick-up-time {
    font-size: 17px;
}
.product_section_design svg.surface-pick-up-embed__in-stock-icon.surface-pick-up-embed__svg-placeholder {
    display: none;
}
/* Responsive: override for smaller screens */
@media only screen and (max-width: 798px) {
 .product_section .five-eighths.columns.medium-down--one-whole {
    width: 100% !important;
  }
  
.product_section .three-eighths.columns.medium-down--one-whole{
    width: 100% !important;
  }
      
}
@media only screen and (max-width: 768px) {
   #shopify-section-template--14872103485501__16576367172e2972f9 .globo-form-app.boxed-layout .g-container {
        padding: 20px!important;
    }
    #shopify-section-template--14872103485501__16576367172e2972f9 .globo-form-app.boxed-layout .g-container .globo-description h4 {
    font-size: 16px!important;
    line-height: 1.6!important;
}
}
/***************************description section*************************/

/* Style the whole description container */
.description_full_length {
    border: none !important; /* remove the red border */
    background-color: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Section heading like "DENNA FEATURES" */
.description_full_length h3,
.description_full_length h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 5px;
}

/* Sub-headings inside description */
.description_full_length h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Paragraph text styling */
.description_full_length p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* Bullet points */
.description_full_length ul {
    list-style: disc;
    margin: 10px 0 20px 25px;
}

.description_full_length li {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Add subtle dividers like in the example */
.description_full_length p + h4 {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
/* Target Quill rendered bullet lists */
.description_full_length ul.ql-rendered-list-container {
    list-style: disc !important;
    padding-left: 25px;
    margin: 10px 0;
}

/* Properly style the list items */
.description_full_length ul.ql-rendered-list-container li {
    display: list-item !important;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 8px;
}

/* Ensure bullet appears properly */
.description_full_length ul.ql-rendered-list-container li::before {
    content: '';
}

/* Optional: Add custom icon bullets instead of default dots */
.description_full_length ul.ql-rendered-list-container li {
    list-style: none !important;
    position: relative;
    padding-left: 25px;
}

.description_full_length ul.ql-rendered-list-container li::before {
    content: '✔';
    color: #0073e6;  /* custom bullet color */
    position: absolute;
    left: 0;
    font-size: 16px;
}
/* Tablet view */
@media (max-width: 992px) {
    .description_full_length {
        padding: 15px 20px;
        font-size: 15px;
    }
}

/* Mobile view */
@media (max-width: 600px) {
    .description_full_length {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .description_full_length h2,
    .description_full_length h3 {
        font-size: 16px;
        margin-top: 15px;
    }
}
/************************product recommendation section*****************************/

/* --- Professional styling for "You May Also Like" section --- */
.product-recommendations {
   
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 40px;
}

/* Section Title Styling */
.product-recommendations .recommended-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #222;
    letter-spacing: 1px;
}

/* Product Card Styling */
.product-recommendations .grid__item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 15px;
}

/* On Hover – add a subtle lift effect */
.product-recommendations .grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Product Images */
.product-recommendations .grid__item img {
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out;
}

.product-recommendations .grid__item:hover img {
    transform: scale(1.05);
}

/* Product Titles */
.product-recommendations .grid__item .product-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-top: 10px;
    min-height: 40px;
}

/* Sale Badge */
.product-recommendations .badge.sale {
    background-color: #e60023;  /* Red sale tag */
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* Align items in a neat grid */
.product-recommendations .grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
/* Style product listing prices like product detail page */
.product-recommendations  .thumbnail .price .money,
.product-recommendations .price .money {
    font-size: 28px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin: 10px 0 !important;
}
.product-recommendations span.title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}