.elementor-2160 .elementor-element.elementor-element-5f6b0b0{--display:flex;--min-height:80px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2160 .elementor-element.elementor-element-4dfbf44e{text-align:left;}.elementor-2160 .elementor-element.elementor-element-4dfbf44e img{width:130px;}.elementor-2160 .elementor-element.elementor-element-76c8fed8{--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-text-color:var( --e-global-color-875785f );--toggle-button-icon-color:var( --e-global-color-875785f );--toggle-button-border-width:0px;--toggle-icon-size:20px;--items-indicator-text-color:var( --e-global-color-0655279 );--items-indicator-background-color:#E24343;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-2160 .elementor-element.elementor-element-76c8fed8 .elementor-menu-cart__toggle .elementor-button{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;gap:13%;flex-direction:row;}body:not(.rtl) .elementor-2160 .elementor-element.elementor-element-76c8fed8 .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{right:-8px;top:-8px;}body.rtl .elementor-2160 .elementor-element.elementor-element-76c8fed8 .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{right:8px;top:-8px;left:auto;}.elementor-2160 .elementor-element.elementor-element-76c8fed8 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-2160 .elementor-element.elementor-element-d17a7ef{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2160 .elementor-element.elementor-element-c9bf028{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2160 .elementor-element.elementor-element-d34577a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2160 .elementor-element.elementor-element-c9bf028{--width:60%;}.elementor-2160 .elementor-element.elementor-element-d34577a{--width:40%;}}@media(max-width:767px){.elementor-2160 .elementor-element.elementor-element-4dfbf44e img{width:100px;}.elementor-2160 .elementor-element.elementor-element-76c8fed8 .elementor-menu-cart__toggle .elementor-button{font-size:16px;letter-spacing:0.4px;}.elementor-2160 .elementor-element.elementor-element-76c8fed8{--toggle-icon-size:100%;}}/* Start custom CSS for theme-site-logo, class: .elementor-element-4dfbf44e */.elementor-2160 .elementor-element.elementor-element-4dfbf44e img {
    filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.07));
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5f6b0b0 *//* Hides the Logo and the Site Title/Tagline from the theme header */
header .site-logo, 
header .custom-logo-link,
header .site-branding img,
header .site-title, 
header .site-description,
header .site-branding {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-images, class: .elementor-element-6d2e2ac *//* 1. LAYOUT: Thumbnails on the Left */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse; /* Flips the gallery so thumbnails go left */
    gap: 15px;
}

/* 2. THUMBNAIL COLUMN: Fixed Width & Vertical Stack */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav {
    display: flex;
    flex-direction: column;
    width: 15% !important; /* Fixed width for the sidebar */
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav li {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 2px;
}

/* 3. THUMBNAIL IMAGES: Square & Cover */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav li img {
    aspect-ratio: 1 / 1;
    object-fit: cover !important; /* Crops the thumbnail to fill the square */
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

/* Active Thumbnail Highlight */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav li img.flex-active {
    border-color: #ff4d6d; /* Your brand color */
}

/* 4. MAIN IMAGE FRAME: Fixed Square & Cover */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-viewport {
    width: 85% !important; /* Remaining space */
    aspect-ratio: 1 / 1; /* Forces the frame to be square */
}

.elementor-2160 .elementor-element.elementor-element-6d2e2ac .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Forces the t-shirt to fill the frame window */
    object-position: center;
}




.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav li img {
    /* Your existing CSS... */
    image-rendering: -webkit-optimize-contrast !important;
    image-rendering: crisp-edges !important;
}




/* Disables the zoom interaction */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .woocommerce-product-gallery__image {
    pointer-events: none !important;
}

/* Forces the cursor to remain a standard arrow instead of a magnifying glass */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .woocommerce-product-gallery__trigger {
    display: none !important; /* Hides the little search icon if it appears */
}

.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-viewport {
    cursor: default !important;
}


/* 1. Round the corners of the Main Image Frame */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-viewport {
    border-radius: 15px; /* Adjust this number: 8px for subtle, 25px for very rounded */
    overflow: hidden; /* This is CRUCIAL to clip the image to the rounded corners */
    border: 1px solid #ebebeb; /* Optional: adds a light border like your reference */
}

/* 2. Round the corners of the Thumbnails to match */
.elementor-2160 .elementor-element.elementor-element-6d2e2ac .flex-control-nav li img {
    border-radius: 6px;
    overflow: hidden;
}/* End custom CSS */
/* Start custom CSS *//* 1. Hide the title 'nav_bar' */
.entry-title, .page-header, .post-title {
    display: none !important;
}

/* 2. Hide the 'Content area' text and extra space */
.entry-content, .site-content {
    display: none !important;
}

/* 3. This is the 'Nuclear' option if it still shows */
body.elementor-template-full-width .entry-header,
body.elementor-template-full-width .entry-content {
    display: none !important;
}/* End custom CSS */