/** Shopify CDN: Minification failed

Line 27:4 All "@import" rules must come first
Line 572:4 Unexpected "{"
Line 572:5 Expected identifier but found "%"
Line 574:4 Unexpected "{"
Line 574:5 Expected identifier but found "%"

**/


    @font-face {
    font-family: 'Glacial Indifference Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Glacial Indifference Regular'), url('GlacialIndifference-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Glacial Indifference Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Glacial Indifference Bold'), url('GlacialIndifference-Bold.woff') format('woff');
    } 
   
    @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
    :root{
      
      --font-heading-family:"Anton", sans-serif;
       --font-body-family:'Glacial Indifference Regular';
    }
    /* Standard browsers */
::selection {
  background: #bd184c;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background: #bd184c;
  color: #fff;
}
.section-header {
    z-index: 99999999 !important;
}
body .menu-drawer {backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);background: url();background: #05263b;color: #fff;}

.menu-drawer ul.menu-drawer__menu li a {
    color: #fff;
    font-size: 22px;
}

summary.header__icon svg.icon.icon-close path {
    stroke: #fff;
}

    .page-width {
        width: 100%;
    }
    /*  */
    .shopify-section-header-sticky header.header {
    background: linear-gradient(to bottom, rgba(5, 38, 59, 0.8), rgba(5, 38, 59, 0.5)) !important;
}
   .page-transperent-header sticky-header.header-wrapper {
    position: absolute;
    width: 100%;
    background: transparent;
}
  .page-transperent-header  sticky-header.header-wrapper ,   .page-transperent-header :not(.shopify-section-header-sticky) header.header{
    position: absolute;
    width: 100%;
    background: transparent;
}
:not(.shopify-section-header-sticky) header.header {
    background: linear-gradient(to bottom, rgba(5, 38, 59, 0.8), rgba(5, 38, 59, 0.5));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
    background: #05263b;
}
.storm-heading , .info-block h2 , .gr-header h2 , .gr-step-label , h3.gr-card-title , a.gr-btn , .blogs_section h3.inline-richtext{
    font-weight:900;
}
.shopify-section-header-sticky header.header {
    background: linear-gradient(to bottom, rgba(5, 38, 59, 0.8), rgba(5, 38, 59, 0.5));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
}

header.header.header--middle-left {
    max-width: 100%;
    padding: 20px 50px !important;
}
body cart-drawer.drawer.animate.active {
    z-index: 100000000;
}
sticky-header.header-wrapper a.header__menu-item {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0 50px;
}
.header__active-menu-item{
    color: #fff;
}
a.header__icon.header__icon--account {
    display: none;
}
.header__icon .icon {
    fill: #fff;
    width: 30px !important;
    height: 30px !important;
}

.header__icon .svg-wrapper:not(.header__icon-close) {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 50px;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

a#cart-icon-bubble {
    margin-left: 30px;
}

/* Union Jack Banner */
   .info-block h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 8px;
}

.info-block p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.union-hero-section {
    background-color:#0e2d40;
    color: white;
    position: relative;
    width: 100%;
    min-height:900px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-text {
  position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12vw;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
    display: flex;
    gap: 15vw;
    line-height: 0.8;
    opacity: 0;
    animation: fadeInZoom 1.2s 
ease-out 0.2s forwards;
    font-weight: 900;
    font-family: var(--font-heading-family);
}
.marquee-container {
    position: absolute;
    width: 120%;
    background: #74848f;
    padding: 5px 0;
    transform: rotate(5deg) translateY(100px) !important;
    z-index: 0;
    overflow: hidden;
    display: flex;
    left: -10%;
    opacity: 0;
    animation: slideInLeft 1s ease-out 0.5s forwards;
}
.marquee-content {
    display: flex;
    animation: scroll 20s linear infinite;
}
.marquee-item {
    font-weight: 500;
    font-size: 25px;
    color: #0e2d40;
    text-transform: uppercase;
    margin-right: 40px;
    white-space: nowrap;
}
.red-circle {
    position: absolute;
    width:30vw;
    height: 30vw;
    background-color:#bd184cc2;
    border-radius: 50%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;    
    display: block !important;
    z-index: 1;
    animation: popIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s forwards;
}
.hero-union-hero-products {
    position: absolute;
    height: 85vh;
    width: auto;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%) translateY(100%);
    z-index: 5;
    animation: slideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
        display: flex;
    align-items: flex-end;
}

.hero-union-hero-products img {
    max-width: 580px;
}

li.hero-product-6 {
    bottom: -6%;
    left: 27%;
}
.hero-union-hero-wrap {
    height: 100%;
    width: 650px;
}

.union-hero-products {
    width: 550px;
    height: 550px;
    position: absolute;
    animation: rotateCircle 20s linear infinite;
    padding: 0;
    margin: 0;
    z-index: 1;
   
    left: 50%;
    margin-left: -180px;
top: 21%;
   
}
ul.union-hero-products li {
    width:205px;
    height: 205px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}
ul.union-hero-products li.hero-product-1 {
left: 9%;
    top: -32px;
}

ul.union-hero-products li.hero-product-2 {
left: 57%;
    top: -12px;
}

ul.union-hero-products li.hero-product-3 {
    left: auto;
    top: 45%;
    right: -52px;
}

ul.union-hero-products li.hero-product-4 {
top: auto;
    bottom: -9px;
    right: 20%;
    left: auto;
}

ul.union-hero-products li.hero-product-5 {
    left: 7%;
    top: auto;
    bottom: -6px;
}

ul.union-hero-products li.hero-product-6 {
    left: -61px;
    top: 27%;
}

ul.union-hero-products li {
    display: flex;
    justify-content: center;
    align-items: center;
}


  @keyframes rotateCircle {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  @keyframes antiRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); } /* anticlockwise */
  }


ul.union-hero-products li img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    animation: antiRotate 20s linear infinite;

}
.union-hero-product {
    z-index: 6;
    opacity: 0;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
    animation: floatIn 0.8s ease-out forwards;
}
.info-block {
    position: absolute;
    bottom: 100px;
    left: 50px;
    z-index: 10;
    max-width: 380px;
    font-family: Helvetica, Arial, sans-serif;
    opacity: 0;
    animation: fadeUp 1s ease-out 1.5s forwards;
}
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes fadeInZoom { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.9); } 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes slideUp { 0% { transform: translateX(-50%) translateY(100%); } 100% { transform: translateX(-50%) translateY(0); } }
@keyframes popIn { 0% { transform: translate(-50%, -50%) scale(0); } 100% { transform: translate(-50%, -50%) scale(1); } }
@keyframes slideInLeft { 0% { opacity: 0; transform: rotate(-5deg) translateY(100px) translateX(-100px); } 100% { opacity: 1; transform: rotate(-5deg) translateY(100px) translateX(0); } }
@keyframes floatIn { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }


/* =========== product list =========== */
.custom-product-list {
    padding: 100px 0;
}
.product-listing-stm .product-lsit-blocks-content {
  display: flex;
  text-align: center;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
      padding: 0 20px;
}
.product-list-wrapper:before {
    background: #05263b30;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.product-listing-stm {
    position: relative;
    background: unset;
    z-index: 2;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block {
    width: 300px;
    position:relative;
    max-width: 300px;
    flex:0 0 300px;
}

.product-listing-stm {
    max-width: 1720px;
    margin: auto;
    width: 100%;

}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-image-content {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: end;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-image-content img {
    object-fit: scale-down;
    max-height: 220px;
    height: 100%;
    display: flex;
    align-items: end; transition: 0.3s;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-content {
    font-size: 14px;
    color: #fff;    max-width: 230px;
    margin: 0 auto; transition: 0.3s;

}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-title {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--bg-color);
    letter-spacing: 0;
    font-family: var(--font-heading-family);
    font-weight: 900;
    transition: .3s;
    line-height: 30px;

}

.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-sub_ttile {
    font-size: 20px;
    font-family: var(--font-heading-family);
    color: var(--text-color);
    font-weight: 900;
    max-width: 230px;
    margin: 0 auto;
    transition: .3s;

}
.product-listing-stm .product-lsit-blocks-content div.product_list--block p{
    color:var(--text-color);  font-size: 16px;
}
.product-listing-stm .block-button-link {
    text-transform: uppercase;
    text-decoration: unset;
    background: var(--bg-color);
    font-family: var(--font-heading-family);
    color: #fff;
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 47px;
    font-size: 16px;
    font-weight: 900;
}
.product-listing-stm  .block-button {
    max-width: 230px;
    margin: 0 auto;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: var(--bg-color);
    left: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
      transition: 0.3s;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover:before{
       height: 70%;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover .block-title ,
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover .block-sub_ttile,
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover .block-content ,
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover p{
color:#fff;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block:hover .block-image-content img{
        transform: rotate(-14deg);
}








.about_us .image-with-text__media {
    padding: 0 !important;
    border: 0;
    position: unset;
}

.about_us .image-with-text__media img {
    position: unset !important;
    height: auto !important;
    object-fit: contain !important;
}

.about_us .image-with-text__content {
    padding: 126px 0 0 !important;
}

.about_us p.image-with-text__text {color: #fff;font-size: 35px;font-weight: bolder;font-family: var(--font-heading-family);}

.about_us h2.image-with-text__heading {
    font-size: 60px;
    line-height: 71px;
    color: #bd184c;
    border-bottom: 2px solid #fff;
    display: inline-block !important;
    width: auto !important;
    padding-bottom: 5px;
}

.about_us h2.image-with-text__heading strong {
    color: #e7e7e7;
    font-size: 80px;
    display: block;
}

.about_us .image-with-text__text.rte.body {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    max-width: 510px;
}
.about_us .image-with-text__grid:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 100%;
    bottom: 25%;
    left: 0;
}

.about_us .image-with-text__grid {
    position: relative;
}
.custom-product-list {
    position: relative;
}

.custom-video-warpper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.custom-video-warpper video {
    width: 100%;
    height: 100%;    pointer-events: none;
    object-fit: cover;
}





.gr-section {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    /* background-color: #0f1724; */
    min-height: 100vh;
    background-image: url(/cdn/shop/files/Copy_of_Section_8-Union_Jack_2.jpg?v=1764138714);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

  .gr-background {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    {% if section.settings.bg_image %}
    background-image: url('{{ section.settings.bg_image | img_url: "2000x" }}');
    {% endif %}
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: 1;
    pointer-events: none;
  }

  .gr-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
  }

  /* --- HEADER --- */
  .gr-header {
    text-align: center;
    margin-bottom: 80px;
    text-transform: uppercase;   
     text-align: right;
  }

  .gr-title, .gr-highlight {
  font-size: 80px;
  margin: 0;
    line-height: 73px;
    letter-spacing: -1px;
  }
.gr-title {
    color: #fff;
}
  .gr-highlight {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 4px;
     }
  
  .gr-subtext {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 15px 0 0;
  }

  /* --- TIMELINE LAYOUT --- */
  .gr-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px; /* Space between steps */
  }

  /* Connecting Line (SVG wrapper) */
  .gr-line-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 0;
    pointer-events: none;
  }

  .gr-step-wrapper {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .gr-step-wrapper.left { justify-content: flex-start; padding-left: 5%; }
  .gr-step-wrapper.right { justify-content: flex-end; padding-right: 5%; }

  /* --- CARD DESIGN --- */
  .gr-card {
    background: #fff;
    padding: 8px 16px 16px; /* The white border effect */
    border-radius: 30px;
    width: 419px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    /* The Tilt */
    transform: rotate(-3deg);
    transition: transform 0.3s ease;
  }

  .gr-step-wrapper.right .gr-card { transform: rotate(3deg); }
  .gr-card:hover { transform: rotate(0deg) scale(1.02); z-index: 10; }

  .gr-card-inner {
    background: #1c2e3e; /* Dark Blue Inner */
    border-radius: 15px;
    padding:10px 35px 20px;
    text-align: center;
    color: #fff;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gr-step-label {
    font-size: 25px;
    text-align: center;
    font-family: var(--font-heading-family);
  }

  .gr-card-title {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: var(--font-heading-family);
    color: #fff;
    font-size: 25px;
  }

  .gr-card-desc {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 0;
  }

  .gr-btn {
    background: #fff;
    color: #1c2e3e;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    transition: background 0.3s;
    margin-top: auto;
    width: 100%;
    font-family: var(--font-heading-family);
        margin-top: 30px;

  }
  .gr-btn:hover { background: #e0e0e0; }

  /* --- PRODUCT IMAGE POP-OUT --- */
  .gr-product-img {
    position: absolute;
    width: 120px;
    z-index: 3;
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.5));
        animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

  /* Alternate Image Positioning */
  .gr-step-wrapper.left .gr-product-img {
    right: -40px;
    bottom: -20px;
  }
  .gr-product-img img {
    max-width: 100%;
}
.gr-card:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/cdn/shop/files/Copy_of_Section_8-Union_Jack_4.png?v=1764138983);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -23px;
    left: 50%;
    transform: translate(-50%, 0px);
}
  .gr-step-wrapper.right .gr-product-img {
    left: -40px;
    bottom: -20px;
  }

  /* --- RESPONSIVE --- */
  @media (max-width:1580px) and (min-width:991px){
    .product-listing-stm .product-lsit-blocks-content {
    justify-content: space-between !important;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block {
    width: 224px;
    max-width: 224px;
    flex: 0 0 224px;
}
body .storm-banner-section:after {
    width: 431px;
    right: 5%;
}
  }
    @media (max-width: 1200px) and (min-width:991px) {
      .product-listing-stm .product-lsit-blocks-content div.product_list--block {
    width: 161px;
    max-width: 161px;
    flex: 0 0 161px;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-title {
    font-size: 20px;
    line-height: 24px;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block .block-sub_ttile {
    font-size: 16px;
}
.product-listing-stm .product-lsit-blocks-content div.product_list--block p {

    font-size: 14px;
    line-height: 20px;
}
.product-listing-stm .block-button-link {
    text-transform: uppercase;
    text-decoration: unset;
    background: var(--bg-color);
    font-family: var(--font-heading-family);
    color: #fff;
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 47px;
    font-size: 14px;
    font-weight: 900;
}
    }
  @media (max-width: 768px) {
    .gr-header { margin-bottom: 40px; }
    .gr-title { font-size: 2.5rem; }
    .gr-highlight { font-size: 3rem; }
    
    .gr-timeline { gap: 60px; }
    
    .gr-step-wrapper { 
      /* justify-content: center !important;  */
      padding: 0 !important;
    }
    
    .gr-card { 
      transform: rotate(0deg) !important; 
      width: 85%;
    }

    /* Hide the complex SVG line on mobile, use a simple vertical line */
    .gr-line-container { display: none; }
.gr-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transition:0.3s;
    top: 0;
    width: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-right: 2px dashed rgba(255, 255, 255,1);
    height: 0; /* initial height */
    transform: translateX(-50%);
}
  }
.gr-card-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.gr-card-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gr-card-inner {
    position: relative;
    overflow:hidden;
}

p.gr-card-desc , .gr-card-title , .gr-btn {
    position: relative;
}
.gr-step-wrapper.gr-step-1 .gr-product-img {
    right: -72px;
}

.gr-step-wrapper.gr-step-2 .gr-product-img {
    right: -67px;
    left: unset;
    width: 85px;
    bottom: -82px;
}

.gr-step-wrapper.gr-step-3 .gr-product-img {
    right: unset;
    left: -54px;
    width: 150px;
    bottom: -77px;
}

.gr-step-wrapper.gr-step-4 .gr-product-img {
    width: 200px;
    left: -94px;
    bottom: -61px;
}


 /* Base Layout */
  .glass-section-wrapper {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    padding: 120px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .glass-bg-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;    display: block !important;
    filter: contrast(110%) brightness(95%);
  }

  .floating-elements-container {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .glass-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    width: 100%;
  }

  /* Floating Animation */
  .floater {
    position: absolute;
    animation: floaty ease-in-out infinite;
  }
  .floater img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.3));
  }

  @keyframes floaty {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
  }

  /* Glass Cards */
  .glass-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.4); /* Less transparency for legibility */
    backdrop-filter: blur(20px);
 backdrop-filter: blur(2px);
    border: 2px solid #fff;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    transition: transform 0.1s ease;
    transform-style: preserve-3d;
  }

  /* Specific Card Styles */
  .card-blue {
    margin-top: 0;
  }
  .card-red {
    margin-top: 80px; /* Staggered layout */
  }

  /* Internal Glows */
  .card-glow-blue {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; height: 80%;
    background: radial-gradient(circle, rgba(173, 216, 230, 0.3) 0%, rgba(255,255,255,0) 70%);
    z-index: -1;
    border-radius: 50%;
  }

  .card-glow-red {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; height: 80%;
    background: radial-gradient(circle, rgba(255, 182, 193, 0.3) 0%, rgba(255,255,255,0) 70%);
    z-index: -1;
    border-radius: 50%;
  }

  /* Typography & Content */
  .card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    transform: translateZ(20px); /* 3D effect */
  }

  .user-avatar {
    width: 50px; height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  .user-avatar-placeholder {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: #ddd;
  }

  .user-info h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #05263b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .user-info .text-red {
    color: #bd184c;
  }

  .stars {
    color: #05263b;
    font-size: 18px
    margin-top: 2px;
  }
  .stars.text-red {
    color: #bd184c;
  }

  .card-body p {
    font-size: 18px;
    line-height: 1.6;
    color:#05263b;
    font-weight: 500;
    margin: 0;
    transform: translateZ(30px); /* 3D Text pop */
  }
  .card-body .text-red-body {
    color: #bd184c;
  }
.glass-card.card-red {
    background: linear-gradient(to top, rgba(194, 30, 86, 0.2), rgba(255, 255, 255, 0.3));
   
}
.glass-card.card-blue {
    background: linear-gradient(to top, rgba(5, 38, 59, 0.2), rgba(5, 38, 59, 0.05));
}
  /* Mobile Responsive */
  @media (max-width: 768px) {
    .glass-container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .card-red {
      margin-top: 0;
    }
    .glass-section-wrapper {
      padding: 40px 15px;
    }
    .floater {
      /* Scale down floating elements on mobile */
      transform: scale(0.7);
    }
  }



  .blogs_section h3.inline-richtext {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.blogs_section .rte {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.blogs_section a.link.animate-arrow {
    background: #bd184c;
    padding: 1px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-family: var(--font-heading-family);
    margin-top: 27px;   
     font-weight: 900;
}

.blogs_section a.link.animate-arrow span.svg-wrapper {
    display: none;
}

.blogs_section .multicolumn-card__info {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}
.blogs_section  .grid__item {
    max-width: 465px !important;
}

.blogs_section  .multicolumn-list {
    justify-content: space-between;
}
.blogs_section {
    background-image: url(/cdn/shop/files/Section_12-Union_Jack_3.png?v=1764150769);
}
.blogs_section .grid__item:hover:before {
    height: 70%;
}
.blogs_section .grid__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: #bd184c;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
    transition: 0.3s;
}
.blogs_section .grid__item:hover  img {
    transform: rotate(-14deg);
}
.blogs_section  .media {
    overflow: unset;
}
.blogs_section .grid__item img {
    transition: 0.3s;
}
.custom-card-image img:first-child {
    z-index: 1;
    position: relative;
    margin: 0 0 -42px;
}

  /* NEW 2-COLUMN LAYOUT */
  .before-after-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
  }

  .before-after-text {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .before-after-media {
    flex: 1;
  }
.before-after-text h2 {
    color: #05263b;
    font-family: var(--font-heading-family);
    font-size: 50px;
    line-height: 1;
    margin: 0 0 27px 0;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    display: inline-block;
    border-bottom: 3px solid #05263b;
    font-weight: 900;
}

.before-after-text p {
    margin: 0 !important;
    color: #05263b;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 644px;
}
  @media screen and (max-width: 749px) {
    .before-after-layout {
      flex-direction: column;
      text-align: center;
    }
  }

  /* ORIGINAL STYLES (UNCHANGED) */
  .before-after-container- {
    position: relative;
    width: 100%;
   
    margin: 0 auto;
    overflow: hidden;
  
    user-select: none;
    display:block;
  }

  .before-after-wrapper- {
    position: relative;
    width: 100%;
    
    background-color: #f4f4f4;
  }

  .before-after-image- {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .before-after-after- {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 50% 0 0);
  }

  .before-after-slider- {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
   
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 10;
  }

  .before-after-handle- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .before-after-handle-::before,
  .before-after-handle-::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }

  .before-after-handle-::before {
    left: 25%;
    border-width: 6px 8px 6px 0;
   
  }

  .before-after-handle-::after {
    right: 25%;
    border-width: 6px 0 6px 8px;
    
  }

  .before-after-label- {
    position: absolute;
    padding: 8px 16px;

    font-weight: 600;
    border-radius: 4px;
    pointer-events: none;
    z-index: 5;
  }

  .before-after-placeholder- {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .before-after-placeholder- svg {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
  }

  .before-after-empty-state- {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    pointer-events: none;
  }
  .storm-banner-section {
    position: relative;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-top:350px;
    padding-bottom: 350px;
    overflow: hidden;background-color: #05263b;
  }

  .storm-banner-section:after {
    content: "";
    position: absolute;
    width: 549px;
    height: 400px;
    background-image: url(/cdn/shop/files/bg-top-products.png?v=1764325049);
    background-repeat: no-repeat;
    background-position: right bottom;
    right: 16%;
    background-size: contain;
    z-index: 2;
    bottom: 36%;
}
  .storm-banner-section::before {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
  }

  .storm-container {
    position: relative;
    z-index: 2;
  }

  .storm-content {
    max-width: 100%; 
    width:auto;
  }

  .storm-heading {
     font-family: var(--font-heading-family);
    font-size: 70px;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    display: inline-block;
    border-bottom: 3px solid #ddd;
  }

  .text-red {
    color: #c41e3a; 
  }

  .text-white {
    color: #ffffff;
  }

  .storm-separator {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
  }

  .storm-description {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 644px;

  }

  .storm-btn {
    padding: 10px 75px;
    border-radius: 54px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease;
    font-family: var(--font-heading-family);
    font-size: 22px;
    text-decoration: unset;
    letter-spacing: -0.5px;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.4px);
    -webkit-backdrop-filter: blur(4.4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .storm-btn:hover {
    background: linear-gradient(180deg, #7e7e7e 0%, #4a4a4a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.3);
    color: #fff;
  }

  @media (max-width: 768px) {

    .storm-banner-section {
      min-height: 500px;
      background-position: 70% center; 
    }
    
    .storm-banner-section::before {
      background: rgba(0,0,0,0.6); 
    }

    .storm-heading {
      font-size: 42px;
    }
    
    .storm-content {
      max-width: 100%;
      text-align: center;
    }

    .storm-separator {
      margin: 15px auto; 
      width: 100px; 
    }
  }
    .feature-collection-slider {
background: url(/cdn/shop/files/Section_6.jpg?v=1764243988);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
  }
  
  .swiper-container-custom {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px; 
  }

  .swiper-slide {
    width: 220px; 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
   
    transform: scale(0.85);
  }
  .swiper-slide-active {
    opacity: 1;
    transform: scale(1.3);
    z-index: 10;
  }

  .custom-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 250px;
    display: block;
    margin: 0 auto;
  }

  .custom-card-content {
    text-align: center;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  .swiper-slide-active .custom-card-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: translateY(0);
  }

  .custom-product-title {
        color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 15px 0;

  }

  .custom-product-subtitle {
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 500;

  }

  .custom-add-btn {
    background-color: #C21E56;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 8px 34px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s;
    width: auto;
    min-width: 100px;
  }

  .custom-add-btn:hover {
    /* background-color: #a01545; */
  }

  .feature-collection-grid {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }


 .feature-collection-slider .swiper-pagination {
    display: none;
}
.feature-collection-slider {
    overflow: hidden;
}
.swiper.swiper-container-custom{
    overflow: unset;
}
.custom-card-image {
    min-height: 360px;
    display: flex;
    align-items: flex-end;
}
  .custom-card-image {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}



/* Banner Product Fall */
  .combined-section-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #0b1c2e;
    font-family: 'Oswald', sans-serif;
    color: #fff;
  }
  .ig-cta-row {
  margin-top: 20px;
  text-align: left;
}

/* Styles the button itself */
.ig-follow-btn {
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 8px 34px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s;
    width: auto;
    min-width: 100px;
    text-decoration:none;
    background: #bd184c;
    border-radius: 30px;
    font-size: 20px;
    font-family: var(--font-heading-family);
    font-weight: 900;
}

/* Hover Effect */
.ig-follow-btn:hover {
opacity:0.9;
}
  img { max-width: 100%; display: block; }

     .combined-section-wrapper   .marquee-container{
        top:55%;
    }
  .union-hero-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .central-stage {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 800px; 
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    margin-left: 10%;
    
  }
.central-stage img.union-hero-image {
    animation: slideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;    
    position: absolute;
    left: 50%;    
    bottom: 0;  
  transform: translateX(-50%) translateY(100%);
}

  .floating-products-wrap {
    position: absolute;
    inset: 0; 
    z-index: 2;
    pointer-events: none;
  }

  .hero-product-item {
    position: absolute;
   
    height: 140px; 
    width: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
    transition: transform 0.1s; 
  }

  .hero-product-item img {
    height: 100%; 
    width: auto; 
    object-fit: contain;
  }

  .pos-1 { 
    bottom: 35%;
    left: 13%;
    transform: rotate(-15deg);
 }
  .pos-2 { 
    bottom: 63%;
    left: 14%;
    transform: rotate(-8deg);
}
  .pos-3 { 
    bottom: 87%;
    left: 51%;
    transform: translateX(-50%);
    z-index: 5;
}
  .pos-4 { 
    bottom: 68%;
    right: 14%;
    transform: rotate(8deg);
}
  .pos-5 {     bottom: 39%;
    right: 8%;
    transform: rotate(15deg);
 }

  .grid-section {
    position: relative;
    z-index: 30; 
    background: linear-gradient(to bottom, #0b1c2e, #1a0f0f);
    padding: 80px 20px 100px;
    box-shadow: 0 -50px 50px rgba(0,0,0,0.5); 
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-width: 1200px; 
    margin: 0 auto;
  }

  .product-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 20px 10px;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
    min-height: 350px;
    text-align: center;
    position: relative;
  }
  .product-slot {
    width: 100%;
    height: 160px; 
    margin-bottom: 15px;
    position: relative;
    display: flex; justify-content: center; align-items: center;
  }
  .slot-static-img {
    max-height: 100%; width: auto;
    opacity: 0; 
  }

  .p-title { font-size: 1rem; color: #fff; margin: 10px 0 5px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
  .p-price { font-size: 0.9rem; color: #c5a065; margin-bottom: 15px; }
  
  .btn-add {
    background: #c8102e; color: #fff; border: none;
    padding: 10px 0; width: 100%; border-radius: 4px;
    cursor: pointer; font-weight: bold; text-transform: uppercase; font-size: 0.8rem;
    transition: 0.2s;
  }
  .btn-add:hover { background: #a00b22; }

  .clone-image {
    position: fixed;
    z-index: 100;
    pointer-events: none;
    will-change: top, left, transform, width, height;
    object-fit: contain;
   
  }

  @media (max-width: 1024px) {
    .central-stage { max-width: 600px; height: 60vh; }
    .hero-product-item { height: 100px; } 
    .grid-container { grid-template-columns: repeat(3, 1fr); }
  }

@media (max-width:991px){
    .hero-product-item { display: none; } 
    .grid-container { grid-template-columns: 1fr 1fr; gap: 10px; }
    .slot-static-img { opacity: 1 !important; } 
}

  @media (max-width: 768px) {
  .central-stage { width: 100%; height: 50vh; align-items: flex-end; padding-bottom: 50px;}
  .info-block { width: 100%; left: 20px; bottom: 20px; }
  .info-block h2 { font-size: 2rem; }
  .central-stage {
  max-width: 349px;
  }
    .custom-card-image {
    min-height: 283px;
    }
    .swiper-slide-active {
    transform: scale(1.09);
}
    .feature-collection-slider{
          padding: 100px 0;
    }

  }
  /* Banner Product Fall end */

.header__icon--menu svg.icon.icon-hamburger path {
    fill: #fff;
}
li.swiper-slide.custom-product-slide.swiper-slide-active:hover:before {
    height: 70%;
}
li.swiper-slide.custom-product-slide:before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 0%;
    background: #c21e56;
    left: -15px;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
    transition: 0.3s;
}
li.swiper-slide.custom-product-slide:not(.swiper-slide-active) {
    transform: scale(.75);

}
.product-lsit-blocks-content::-webkit-scrollbar {
  display: none;
}

.product-lsit-blocks-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/********************************** Responsive Start Here ************************************** */
@media (max-width:1150px){
header.header.header--middle-left {
    padding: 20px 20px !important;
}
sticky-header.header-wrapper a.header__menu-item {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 25px;
}
}
@media (max-width:999px){
  .storm-heading {
    font-size: 45px;
  }
  .gr-title, .gr-highlight {
    font-size: 55px;
    line-height: 57px;
  }
  .before-after-text h2 {
    font-size: 45px;
  }
  .blogs_section h3.inline-richtext {
    font-size: 22px;
  }
  .ig-text-bottom {
    font-size: 59px;
  }
  .ig-text-top
 {
    font-size: 45px;
 }
 .ig-handle-row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 376px;
}
.custom-product-title {
    font-size: 22px;
}
}
@media (max-width:991px){
.product-listing-stm .product-lsit-blocks-content {
    gap: 0;
    row-gap: 30px;
    justify-content: flex-start;
}


.before-after-media {
    width: 100%;
}
.before-after-layout {
    flex-direction: column-reverse;
    gap:0;
}
.before-after-text {
    width: 100%;
    text-align: center;
}

.before-after-text p {
    margin: 0 auto !important;
}
.blogs_section .multicolumn-list {
gap:30px;
flex-wrap:nowrap;

        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: unset;
        scrollbar-width: none;
        scroll-padding-left: 20px;
}
 .blogs_section .grid__item {
        min-width: auto;
        scroll-snap-align: start;
        flex-shrink: 0;
    }

.blogs_section .multicolumn-list {
    row-gap: 40px;
    text-align: center;
}



}





@media (max-width:767px){

.gr-step-wrapper.gr-step-2 .gr-product-img {
    right: -9px;
    width: 48px;
    bottom: -24px;
}
.gr-step-wrapper.gr-step-1 .gr-product-img {
    right: -57px;
    max-width: 90px;
}
.gr-step-wrapper.gr-step-3 .gr-product-img {
    left: -13px;
    width: 101px;
    bottom: -45px;
}
.gr-step-wrapper.gr-step-4 .gr-product-img {
    width: 142px;
    left: -61px;
    bottom: -61px;
}


 .blogs_section .grid__item {
        max-width: 80% !important;
        text-align: left;
}
 .blogs_section .grid__item {
        max-width: 100% !important;
        text-align: left;
}
.blogs_section .multicolumn-list {
    flex-wrap: wrap;
}
      header.header.header--middle-left {
        padding: 10px 20px !important;
    }
    .info-block p {
    font-size: 14px;
}
    .gr-card-inner {
    padding: 10px 15px 20px;

    }
    .gr-btn {
    padding: 8px 10px;
    font-size: 10px;
    }
    .gr-card-title {
    font-size: 20px;
}.gr-step-label {
    font-size: 20px;
}
.gr-card-desc {
    font-size: 16px;
}
         .combined-section-wrapper   .marquee-container{
        top: 55%;
        padding: 0;
    }
    .marquee-item {
    font-size: 20px;
}
  .reviewSwiper .swiper-slide {
    margin-right: 20px !important; /* spaceBetween 20px */
  }
   body  .glass-card{
        max-width: unset;
        width: unset;
    }
  body .reviews-area {
        z-index: 999;
        padding: 0;
        padding-right: 0;
}
    .floater.falling-item.source-item {
        max-width: 50px;
    }
        .before-after-text h2 {
        font-size: 35px;
    }


    .gr-title, .gr-highlight {
        font-size: 35px;
        line-height: 40px;
    }
    .gr-subtext {
    font-size: 16px;
    }
    .storm-banner-section {
    padding-top: 200px;
    padding-bottom: 200px;
}
  
  .storm-heading {
        font-size: 33px;
    }
    .header__icon .svg-wrapper:not(.header__icon-close) {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
    .header__icon .icon {
    width: 25px !important;
    height: 25px !important;
}
    .red-circle {
        width: 250px;
        height: 250px;
}
.union-hero-section {
    min-height: 100dvh;
}
.central-stage{
  /* margin-left:0; */
}
.combined-section-wrapper .marquee-container {
top: 42%;
}
.bg-text {
position: absolute;
top: 34%;
}
.red-circle {
width: 300px;
height: 300px;
top: 56%;
}
.hero-product-item {
display: block;
filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.pos-3 {
bottom: 121%;     
 left: 37%;
  max-width: 103px;
}
.pos-4 {
bottom: 87%;
right: 5%;
}
.pos-5 {
bottom: 49%;
right: 4%;
}
.pos-2 {
bottom: 95%;
left: 8%;
}
.pos-1 {
bottom: 57%;
left: 6%;
}
.scrolled-200px img[alt="Floating Product"].clone-image {
    opacity: 0 !important;
}
    .slot-static-img {
        opacity: 0 !important;
    }
     .scrolled-200px   .slot-static-img {
        opacity: 1 !important;
    }
    .product-listing-stm .product-lsit-blocks-content div.product_list--block {
    width: 237px;
    max-width: 237px;
    flex: 0 0 237px;
}
    .product-listing-stm .product-lsit-blocks-content {
        gap: 12px;
      
    }
}
