/** Shopify CDN: Minification failed

Line 1176:45 Expected identifier but found whitespace
Line 1176:47 Unexpected "{"
Line 1176:57 Expected ":"
Line 1176:84 Expected ":"

**/
/* SEARCH CSS start*/
.search-no-results {
    padding: 10px;
}

/* Search css */

  .view-all {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #eee;
  text-decoration: none;
}
.view-all:hover {
  background: #f5f5f5;
}

  /* Tabs */
.search-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  border-bottom: 1px solid #eee;
  width: 100%;
}

.search-tabs .tab {
  padding: 10px 6px;
  font-size: 12px; 
  background: none;
  border: none;
  cursor: pointer;
  color: #777;
  text-align: center;
  white-space: nowrap;
}

.search-tabs .tab.active {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

/* Tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
  .video-search-btn {
  padding: 20px 20px;
}
  
/* Wrapper */
.background-video .video-search-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 700px;
  max-width: 90%;
}

/* Glass search bar */
.video-search-form {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  padding: 2px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}

/* Input */
.video-search-input {
  flex: 1;
  padding: 14px 16px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}

.video-search-input::placeholder {
  color: rgba(255,255,255,0.7);
}
.video-search-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.video-search-btn svg {
  transition: 0.3s;
}

.video-search-btn:hover svg {
  stroke: #fff;
}
.video-search-btn svg {
  transition: 0.3s;
}
button.video-search-btn {
    min-width: unset;
}
.video-search-btn:hover svg {
  stroke: #fff;
}



/* 🔥 DROPDOWN FIX */
.video-search-results {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  max-height: 225px;
  overflow-y: auto;
  z-index: 9999;

  /* 👇 IMPORTANT */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

/* 👇 SHOW ONLY WHEN ACTIVE */
.video-search-results.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* List */
.search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item */
.search-item {
  border-bottom: 1px solid #eee;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: #000;
  transition: background 0.2s ease;
}

.search-item a:hover {
  background: #f5f5f5;
}

/* Image */
.search-item img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 6px;
}

/* Text */
.search-info {
  display: flex;
  flex-direction: column;
}

.search-info .title {
  font-size: 14px;
  font-weight: 500;
}

.search-info .price {
  font-size: 13px;
  color: #777;
}

/* No results */
.no-results {
  padding: 12px;
  text-align: center;
  font-size: 14px;
}
  
/*  SEARCH CSS start end */


.product-swatch-inline {
    pointer-events: auto;
    cursor: pointer;
    border: 1px solid #bfc4cd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.product-swatch-inline__dot:before, .product-swatch-inline__dot:after, .product-swatch-inline__image:before, .product-swatch-inline__image:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}
.product-swatch-inline.active{
    border-color: #001135;
}
h1, h2, h3, h4, h5, h6 {
    color: #001135;
}
h1.giant-title {
    font-size: 36px;
}
h1.giant-title.page-width{
    padding: 0 !important;
}
.template-search h1.giant-title {
    padding-bottom: 20px;
}
.pagination.large-row {
    padding-top: 30px;
}
/*Mega Menu*/
.site-header .mega-dropdown__item.grid__item.one-third {
    width: 25%;
}
.site-header.docked-header--dock .mega-dropdown{
    left: 16px;
}
.site-header .site-nav__promo {
    position: relative;
}
.site-header .site-nav__promo > a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
}
.site-header .mega-dropdown__subitem a[href="/collections/womens-underwear"] {
    font-weight: 600;
    color:#000000;
     padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
}
.site-header .mega-dropdown__subitem a[href="/collections/mens-underwear"] {
    font-weight: bold;
    color:#000000;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
}
.site-header .mega-dropdown__subitem a[href="/collections/socks"] {
    font-weight: bold;
  color:#000000;
  padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
}
.site-header .mega-dropdown__subitem a[href="/collections/trunk"] {
    padding-top: 8px;
}
.site-header .mega-dropdown__subitem a[href="/collections/full-brief"] {
    padding-top: 8px;
}
.site-header .mega-dropdown__subitem a[href="/collections/parisienne%C2%AE"] {
    padding-top: 8px;
}
.site-header a.site-nav__link.site-nav__dropdown-heading {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.site-header .site-nav__submenu {
    font-size: 16px;
}
.site-header ul.small-dropdown__container {
    font-size: 16px;
}
.site-nav__dropdown{
    border-bottom:0px;
}
/*End Mega Menu*/
.section-custom-banner .cc-animate-enabled .zoom-out {
    will-change: unset;
}
h4.text-center.large-row.large-title {
    padding-bottom: 25px;
}
.footer-block__social {
    display: flex;
    align-content: flex-end;
    justify-content:center;
}
span.product-swatch-inline.product-swatch-inline--show.product-swatch-inline__dot.rimage-background.fade-in.lazyloaded {
    border: 1px solid #181717;
}
main#MainContent {
    padding: 0;
}
.page-width {
    max-width: 1200px;
    margin: 0 auto !important;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}
.footer-group--shift-up {
    margin-top: 0px;
}
.large-row {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}
h2.large-title {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 6%;

}
.section-title {
    font-weight: 500;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 4%;
    color: #001135;
}

.btn.btn--primary {
    background: #ffffff;
    padding: 18px 30px;
    border-radius: 4px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color:#001135;
}
.btn.btn--primary:hover {
     background: #001135; 
    color: #ffffff;
}
.view-all-link {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #001039;
}
.section-background-video .container {
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.section-background-video .container .global-border-radius {
    border-radius: 0px;
}
.section-background-video .container .overlay-text {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0px;
}
.section-background-video .container .overlay__links a {
    margin: 0;
}

.section-background-video .overlay--has-link .overlay-title {
    margin-bottom: 0;
    color: #ffffff;
    padding-bottom: 12px;
}
.section-background-video .overlay__links {
    padding-top: 30px;
}
.all-blacks-section-box, .custom-category-list-box, .custom-collections-grid-box{
    padding-top: 20px;
}
.section-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-category-list-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.custom-category-list-item {
    width: 33.33%;
}
.custom-category-list-image img {
    display: table;
}
.custom-category-list-item a {
    text-decoration: none;
    color: #212121;
}
h3.custom-category-list-name{
    padding-top: 12px;
}

.custom-collections-grid-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}
.custom-collections-grid .page-width, .all-blacks-section-body .page-width {
    max-width: 1000px;
}
.custom-collections-grid-image img {
    display: table;
    width: 100%;
    height:100%;
    /* height: 600px; */
    object-fit: cover;
    object-position: top center;
}
p.custom-collections-grid-subtext {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #001135;
}
.custom-collections-grid-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.all-blacks-section-head .page-width {
    max-width: 305px;
}
.all-blacks-section-head h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.all-blacks-section-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.all-blacks-section-body .section-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.all-blacks-section-header a {
    color: #fff;
    max-width: 60px;
    width: 100%;
}
.all-blacks-section-box {
    display: flex;
    gap: 30px;
}
.all-blacks-section-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 33.33%;
}
.all-blacks-section-image img {
    display: table;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
p.all-blacks-section-subtext {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    line-height:24px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color:  #FFFFFF;
}
h3.all-blacks-section-name.section-title {
    text-transform: inherit;
}
.all-blacks-section-box {
    padding-top: 30px;
}
.all-blacks-btn .btn.btn--primary {
    background: #525252;
    color: #fff;
}
.all-blacks-btn {
    padding-top: 20px;
}
.custom-blog-posts-box {
    display: flex;
    gap: 20px;
}
.custom-blog-posts-article {
    width: 33.33%;
    text-align: center;
}
.custom-blog-posts-images img {
    display: table;
    height: 420px;
    object-fit: cover;
    width: 100%;
}
.custom-blog-posts-content h3 {
    font-size: 21px;
    line-height: 28px;
    line-height: 100%;
    letter-spacing: 4%;
}
.custom-blog-posts-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
    color: #212121;
}
.custom-blog-posts-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    line-height: 22px;
    margin: 0;
}
.custom-blog-posts-read-more a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #212121;
    text-decoration: underline;
}
.custom-blog-posts-header {
    text-align: center;
    padding-bottom: 60px;
}
.custom-richtext p {
    margin: 0;
}
.brand-highlight__text.section-title {
    font-weight: 400;
    line-height: 36px;
    font-family: 'Montserrat';
}
.brand-highlight__text {
    padding-top: 30px;
    padding-bottom: 15px;
}
.brand-highlight__author {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 21px;
    line-height: 28px;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: center;
}
.brand-highlight__stars {
    padding-top: 15px;
    padding-bottom: 30px;
}
.brand-highlight__stars img {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.brand-highlight__footer .footer-tagline {
    font-weight: 600;
}
.custom-product-slider-box {
    padding-top: 34px;
    display: flex;
    gap: 20px;
}
.custom-product-slider-item {
    width: 25%;
}
.custom-product-slider-image img {
    width: 100%;
    height: 430px;
    min-height: 275px;
    object-fit: cover;
}
.custom-product-slider-item > a {
    text-decoration: none;
    color: #212121;
}
.custom-product-slider-info {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
h3.custom-product-slider-name, .custom-product-price {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    line-height: 22px;
    letter-spacing: 0%;
}
.custom-product-price {
    font-size: 13px;
    line-height: 16px;
}
.page-footer__end {
    margin: 0;
}
.container.breadcrumbs-container {
    display: none;
}

/*===Footer styles====*/
.page-footer__end {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	align-items: flex-start;
	flex-direction: column-reverse;
}
.disclosure__toggle {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 9px 34px 9px 0px;
	color: #6d6d6d;
}
.copyright-text {
	color: #6d6d6d;
}
.copyright-text a {
	color: #6d6d6d;
}
.disclosure__toggle:hover {
	border: none;
}
.footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-block.grid__item.small-down--one-whole.one-quarter {
    padding-top: 0px !important;
}
/* Custom Feathure product Css */
.custom-featured-product .text-center {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.standard-link {
    color: #001039;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
	max-width: 60px;
    width: 100%;
}
.featured-collection--title.large-title {
    font-size: 27px;
    line-height: 35px;
}
/* product page css */
.product-block__swatches {
    text-align: left;
}
.product-block__swatches {
     padding: 0 0px; 
}
h1.product-detail__title.small-title {
    font-size: 27px;
    line-height: 35px;
}
.product-detail__price.product-price .large-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.custom-class .collapsible-tabs__tab .cc-accordion-item__title {
    font-size: 18px;
    font-weight: 400;
}
.custom-class .collapsible-tabs__tab .cc-accordion-item__title:before, .collapsible-tabs__tab .cc-accordion-item__title:after {
    height: 2px;
    width: 8px;
}
.custom-class .collapsible-tabs__heading {
    margin-bottom: 20px !IMPORTANT;
    font-size: 27px;
    color: #001039;
    font-weight: 500;
}
.section-collapsible-tabs:last-child {
    margin-bottom: 0px;
}
.custom-class.custom-tabbing {
    background-color: #f2ece17a !important;
}
.product-detail__thumbnail {
    margin: 0 0 15px 15px;
    width: calc(33% - 15px);
}
.product-detail-accordion {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.custom-quantity-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.custom-quantity-box .qty-wrapper {
    width: 50%;
}
.custom-quantity-box .payment-buttons.add-to-cart {
    margin: 0px !important;
    width: 50%;
}
.opt-label--btn {
    padding: 6px 20px; 
}
label.opt-label.opt-label--swatch.relative {
    border-radius: 100%;
}
.product-layout-grid__images {
    width: 100%;
    max-width: 770px;
}
.container.product-detail.very-large-row-under .page-width {
    max-width: 1400px;
    margin: 0 auto!important;
}
.product-layout-grid {
    display: flex;
    padding: 10px;
    gap: 60px;
}
.product-layout-grid__detail {
    padding-left: 0;
    width: 100%;
    max-width: 450px;
}
.container.product-detail.very-large-row-under {
    padding: 0;
}

.product-block .product-block__title {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.product-block .product-price span,
.product-block .product-price__from,
.product-block .product-price__compare {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 100%;
  letter-spacing: 0%;
}
.product-block .product-price {
  text-align: left;
  margin: 0px !important;
}
.product-block .product-price__reduced {
  color: #001135;
}
.custom-payment-buttons {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    padding-top: 20px;
        width: 100%;
}
.custom-payment-buttons button#qty-proxy-button {
    height: 48px;
}
.custom-payment-buttons .qty-wrapper {
    width: 25%;
    border-radius: 0px;
}
.custom-payment-buttons .qty-wrapper .cc-select__btn {
    height: 50px;
    border-radius: 0px;
}
.custom-payment-buttons .payment-buttons button {
    height: 48px;
    border-radius: 0;
    padding: 0 10px !important;
    min-width: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
.custom-payment-buttons .custom-select__btn .icon {
    top: 20px;
    right: 0;
}
.custom-payment-buttons #more-payment-options-link {
    font-size: 12px;
    margin: 0;
}
.custom-payment-buttons .qty-wrapper .cc-select__icon {
    top: 22px;
}
.custom-payment-buttons .qty-wrapper+.payment-buttons {
    width: 75%;
    margin: 0;
    gap: 8px;
    display: flex;
}
.custom-payment-buttons .payment-buttons .shopify-payment-button {
    margin-top: 0px;
}
.size-chart-link {
    color: #001135;
}
.quickbuy .payment-buttons>.shopify-payment-button {
    margin-left: 0;
    margin-top: 0;
}
.site-header {
    width: 100%;
    background:  #001135;
}
.template-index .site-header {
    background:  transparent;
    position: absolute;
}
.site-header header.header-content {
    background: transparent;
}
.site-header .docked-mobile-navigation-container__inner {
    background-color: transparent;
}
.site-logo img.dark-logo {
    display: none;
}
.site-header .docked-navigation-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-header .page-width {
    width: 95%;
    max-width: inherit;
}
.site-header .header-cart__count {
    background: #fff;
    color: #001135;
}
.site-header section.header-navigation.container {
    background: transparent;
}
.site-header .icon--header .icon {
    stroke: #fff;
}
.docked-header--dock section.header-navigation.container {
    padding: 8px 20px !important;
}
.site-header .docking-header__utils {
    margin-top: 0;
}
.docked-navigation-container img.light-logo {
    display: none;
}
.docked-header--dock .docked-navigation-container img.light-logo {
    display: block;
    max-width: 170px;
    height: auto;
}
.site-header .site-nav>.site-nav__item>.site-nav__link {
    position: relative;
    padding: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}
.site-header .site-nav>.site-nav__item>.site-nav__link:after{
	display: none;
}
.site-header ul.nav.site-nav {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.site-header ul.nav.site-nav li {
    text-align: left;
}
.footer-localization {
    text-align: left;
}
.page-footer__subscribe.subscribe-form {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 70% !important;
    max-width: inherit;
}
.product-recommendations h4.text-center.large-row.large-title {
    padding-bottom: 25px;
}
/* .product-block .product-block__quicklook-btn-container {
    left: 28%;
    width: 100%;
    max-width: 160px;
} */

.product-block .product-block__quicklook-btn-container {
    left: 0%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
}

.product-block .btn--quicklook:not(.btn--plain) {
        --button-border-color: rgba(255, 255, 255, .25);
        padding: 11px 16px;
        width: 100%;
        max-width: 160px;
        min-width: auto;
        opacity: 0;
    }


@media only screen and (min-width: 940px) {
	.docked-header--dock .docked-navigation-container__inner {
		background: #001135;
	}
	.site-header .header-logo-section {
		width: 15%;
	}
	.site-header .docked-mobile-navigation-container {
		width: 20%;
		flex-grow: inherit;
	}
	.site-header header.header-content {
		pointer-events: none;
	}
	.site-header .header-logo-section *, .site-header .docked-mobile-navigation-container * {
		pointer-events: all;
	}
	.site-header section.header-navigation.container {
		background: transparent;
		/*padding-left: 0px;
		padding-right: 0px;*/
        padding: 0px;

	}
	.site-header nav.navigation__container.page-width {
		width: 100%;
	}
}
/* mega menu new mobile css */
@media screen and (max-width: 939px){
	.site-header section.header-navigation.container ul.nav.site-nav {
		display: none;
	}
	.site-header ul.nav.mobile-site-nav li a {
		color: #fff;
	}
	.site-header ul.nav.mobile-site-nav .feather-icon .icon, .feather-icon.icon {
		stroke: #fff;
	}
	.site-header .mobile-site-nav__item {
		border-bottom-color: #ffffff42;
	}
	.site-header .mobile-site-nav .mobile-site-nav__icon {
		border-left-color: transparent;
	}
    .header-navigation .mobile-site-nav {
        margin-top: 20px;
    }
    .site-header .mobile-menu-utils, .site-header .mobile-menu-search-bar {
        padding: 0 16px;
    }
    body.gm-menu-installed .gm-menu-mobile .gm-retractor:after {
        margin-right: 20px !important;
    }
    .header-navigation--open .mobile-menu-search-bar .mobile-menu-search {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .header-navigation--open .mobile-menu-search-bar .mobile-menu-search .search-bar__container {
        flex-direction: row-reverse;
    }
    .site-header .mobile-menu-search .search-form__icon svg {
        stroke: #001135;
    }
    .site-header .mobile-menu-search .search-form__icon {
        position: absolute;
        right: 8px;
        top: 11px;
    }
    .site-header .docked-navigation-container .header-navigation--open img.light-logo {
        display: block;
        max-width: 170px;
        height: auto;
    }
    .site-header .header-navigation--open .mobile-menu-utils {
        position: absolute;
        top: 30px;
        padding: 0;
        margin: 0;
        left: 16px;
        z-index: 99;
    }
    .site-header .header-navigation--open .mobile-menu-search-bar {
        margin-top: 30px;
    }
    .site-header ul.nav.mobile-site-nav li a {
        padding-left: 0;
        padding-right: 0;
    }
}

.search-bar-open .search-bar, .search-bar--open {
    z-index: 99999;
}
.template-collection .cc-filters-results .product-block {
    padding-left: 20px;
    padding-bottom: 20px;
}
.site-header header.header-content, .site-header ul.nav.site-nav {
    min-height: 75px;
}
.site-header.docked-header--dock ul.nav.site-nav {
    min-height: 60px;
}
.site-header.docked-header--dock ul.nav.site-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    overflow: visible;
}

.site-header.docked-header--dock .gm-menu.gm-menu-174419 .gm-item>.gm-submenu {
    top: 54px;
}
.site-header .store-logo--image {
    margin: 0;
}
.site-nav .site-nav__link {
    color: #001135;
}
.custom-featured-product .grid-flex {
    margin: 0px -10px;
    gap: 0px;
}
.custom-featured-product .product-block {
    padding: 10px;
}
.size-chart-container .size-chart-content h2 {
    padding: 0;
    padding-bottom: 40px;
}
.size-chart-container .size-chart-content {
    position: relative;
    left: inherit;
    /* top: inherit; */
    transform: inherit;
    max-width: 1100px;
    width: 100%;
    padding-top: 60px !important;
    margin: 0 auto;
}
.size-chart-container .size-chart-content .reading-width.rte {
    max-width: 100%;
    padding: 0;
}
.size-table th, .size-table td {
    white-space: nowrap;
}
.product-layout-grid__images-and-thumbs .slick-external-controls {
    display: none;
}
.site-header .icon--header {
    display: flex;
    align-items: center;
}
.contact-page__container .page-width, .contact-page__container .page-width .grid {
    padding: 0;
    margin: 0;
}
.contact-page__container .page-width .grid .grid__item{
	padding: 0;
}
.custom-purpose-heading h2 {
    font-weight: 600;
}
/*Collections Filter Css*/
.cc-filters__items { --swatch-radius-filters: {{ settings.swatch_radius_filters }}px; }
	.cc-filters__items{flex-wrap: nowrap !important;}

	/* Collapsible Filter Styles */
	.filter-group {
		border-bottom: 1px solid #eee;
		margin-bottom: 0;
		padding: 0px;
	}
	.filter-group:last-child {
		border-bottom: none;
	}
	.filter-group-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 0;
		cursor: pointer;
		width: 100%;
		background: none;
		text-transform: capitalize;
		border: none;
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
		color: #001135;
		transition: color 0.2s ease;
	}
	.filter-group-header:hover {
		color: #001135;
	}
	.filter-group.active .filter-icon {
		transform: rotate(180deg);
		font-size: 0;
	}
	.filter-group-header .filter-icon, .filter-group.active .filter-icon:after {
		font-size: 24px;
		line-height: 24px;
		transition: transform 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #001135;
	}
	.filter-group-header .filter-icon svg {
		width: 12px;
		height: 30px;
		stroke: currentColor;
		stroke-width: 2;
	}
	.filter-group-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease, padding 0.3s ease;
	}
	.filter-group.active .filter-group-content {
		max-height: 500px;
		padding-bottom: 16px;
	}
	.filter-group.active .filter-icon:after {
		content: '-';
	}
	.filter-group-content label.filter-label {
		text-transform: capitalize;
		font-size: 16px;
	}
      @media screen and (min-width: 768px) and (max-width: 840px) {

                h2.large-title {
                font-size: 48px;
                line-height: 42px;
            }
    }
@media screen and (max-width:767px){	
	.custom-featured-product .product-carousel-peek {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding: 0px !important;
    }
	.product-layout-grid {
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
		gap: 30px;
	} 
	h2.large-title {
		font-size: 38px;
        line-height: 42px;
	}
	.section-title {
		font-size: 20px;
        line-height: 32px;
	}
	.custom-category-list-box {
		display: block;
	}
	.custom-category-list-item {
		width: auto;
	}
	.custom-collections-grid-box {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.all-blacks-section-box {
		display: block;
	}
	.all-blacks-section-item {
		width: auto;
	}
	.custom-product-slider-box {
		display: block;
	}
	.custom-product-slider-item {
		width: auto;
	}
	.custom-blog-posts-box {
		display: block;
	}
	.custom-blog-posts-article {
		width: auto;
	}
	.block-icon {
		max-width: 250px;
	}
	.custom-product-slider-info {
		padding-bottom: 30px;
	}
	.featured-collection--title {
		text-align: left;
		font-size: 20px !important;
	}
    .custom-blog-posts-article:not(:last-child), .all-blacks-section-box .all-blacks-section-item:not(:last-child) {
        padding-bottom: 32px;
    }
    .custom-category-list-box .custom-category-list-item:not(:last-child){
        padding-bottom: 24px;
    }
    .page-footer .page-footer__subscribe.subscribe-form {
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100% !important;
        max-width: inherit;
    }
    .page-footer .page-footer__end {
        margin-top: 20px;
        flex-direction: column;
    }
    .page-footer .footer-localization {
        margin: 0;
        text-align: left;
    }
    .page-footer ul.payment-icons {
        margin-bottom: 0;
    }
    .reading-width {
        padding: 0px;
    }
    .template-collection .cc-filters-results, .template-collection .cc-filters-results .grid__item {
        padding: 0;
    }
    .template-collection .filter-drawer-toggle {
        text-align: left;
        margin-top: 0px;
    }
    .collection-header {
        margin: 0;
    }
    .product-detail__title-area {
        text-align: left;
    }
	.template-collection .cc-filters-results .grid, .template-collection .cc-filters-results .grid-flex {
        margin-left: -20px;
    }    
    .product-layout-grid__detail {
        padding-top: 0;
    }
    .product-detail__thumbnails.slider-thumbnails {
        padding-top: 15px;
    }
    .custom-select--label-inside .label {
        font-size: 12px;
        left: 5px;
    }	
    .custom-select--label-inside .custom-select__btn {
        padding-top: 22px;
        padding-left: 5px;
        font-size: 14px;
    }
    .custom-payment-buttons .custom-select__btn .icon {
        top: 23px;
        right: 6px;
        width: 20px;
        height: 16px;
    }
    .product-layout-grid .product-detail__detail > div {
        margin: 0;
    }
    .custom-payment-buttons .payment-buttons button{
        font-size: 14px;
    }
    body.gm-menu-installed .gm-menu.gm-menu-174419 .gm-item.gm-level-0 > .gm-target {
        padding: 16px !important;
    }
    .custom-blog-posts-header {
        padding-bottom: 20px;
    }
    .custom-blog-posts-content {
        padding: 16px 0px;
    }
    .product-recommendations {
        overflow-y: hidden;
    }
    .site-header header.header-content, .site-header ul.nav.site-nav {
        min-height: 45px;
    }
    .site-header .page-width {
        width: 100%;
    }
    .site-header ul.customer-account__menu {
        display: none;
    }
}
@media screen and (min-width: 767px){
	footer.page-footer .page-width {
		max-width: 1300px !important;
	}
	footer.page-footer .page-footer__blocks.grid {  
		display: flex;
		gap: 40px;
		margin: 0;
		padding-top: 60px;
	}
	footer.page-footer .page-footer__blocks .footer-block {
		padding: 0px;
	}
	footer.page-footer .page-footer__blocks .footer-block:nth-child(1) {
		/* width: 40%; */
        width: 25%;
		padding-top: 0;
	}
    .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(2) {
        width: 30%;
    }
	footer.page-footer .page-footer__blocks .footer-block {
		width: 19%;
		padding-top: 100px;
	}
	footer.page-footer .footer-block__icon {
		max-width: 420px;
	
	}
}

@media screen and (max-width: 939px){
	.site-header .header-logo-section {
		display: none;
	}
	.site-header header.header-content {
        padding: 8px 10px;
	}
	.site-header .icon--header .icon {
		height: 20px;
		width: 20px;
        margin: 0px;
	}
	.site-header .utils {
		padding: 0;
	}
	.site-header .utils .header-logo-section {
		display: block;
	}
	.site-header .page-header .burger-icon svg {
		stroke: #fff;
	}
	.solid-header .site-header .page-header .burger-icon svg {
		stroke: #001135;
	}
	/*.site-header .utils__item {
		margin: 0;
	}*/
	.site-header .site-logo img {
        max-width: 120px;
    }
	.site-header.docked-header--dock .docked-mobile-navigation-container__inner {
		background-color: #001135;
		padding: 10px;
	}
    .site-header{
        /* overflow-x:hidden; */
        overflow-x:unset;
    
    }
    .product-carousel-peek{
        margin-left: -10px;
        margin-right: -10px;
    }
    .solid-header .site-header.docked-header--dock img.light-logo {
        display: block;
    }
    .solid-header .site-header.docked-header--dock img.dark-logo {
        display: none;
    }
    .solid-header .site-header.docked-header--dock .page-header .burger-icon svg{
        stroke: #fff;
    }
    .header-navigation .navigation__container {
        background: #001135;
    }
    ul.nav.mobile-site-nav.gm-menu.gm-menu-174419 {
        padding-top: 20px;
    }
	.site-header .header-social-icons {
		padding-top: 20px;
	}
	.site-header .header-social-icons .social-links__list a {
		color: #fff;
	}
}
.custom-purpose-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0;
    gap: 50px;
}
.custom-purpose-image-container {
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 0;
}
.custom-purpose-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: table;
}
.custom-purpose-text-container {
    width: 50%;
    margin: 0;
    display: flex;
    gap: 0px;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    /* pagination css */
    .pagination.large-row {
    padding-top: 30px;
}
.search-results-list .cc-filters-results {
    padding-left: 0px;
    padding-right: 0px;
}

    section.custom-full-width-purpose-section {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }
    .custom-purpose-container {
        flex-direction: column;
        gap: 0px;
    }
    .custom-purpose-image-container {
        width: 100%;
        height: auto;
    }
    .custom-purpose-text-container{
        width: 100%;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }
}
.custom-integrity-purpose-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 0;
}
.custom-integrity-purpose-text-container {
	padding-left: 60px;
	width: 50%;
	margin: 0;
	max-width: 100%;
	display: flex;
	gap: 0px;
	flex-direction: column;
}
.custom-integrity-purpose-image-container {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 0;
}


ul.sust-nav-list {
    margin: 0 auto;
    padding: 20px;
    list-style: none;
    min-height: 70px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
ul.sust-nav-list li {
    margin: 0;
    padding: 0 2%;
    display: inline-block;
    position: relative;
}
ul.sust-nav-list li a {
    text-transform: uppercase;
    padding: 15px 0;
    white-space: nowrap;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
}
.banner-menu-mobile-title, .banner-menu-switcher {
    display: none;
}


/* footer css */
footer.page-footer .footer-block__icon {
    max-width: 300px !important;
    /* height: 80px; */
}
footer.page-footer .page-width {
    width: 100%;
    max-width: 90% !important;
}
.footer-block__heading {
    margin: 0 0 5px;
    text-decoration: underline;
    color: #001135;
    font-weight: 500;
}
@media screen and (max-width: 767px){
    .slick-external-controls .slick-next {
    right: -14px;
}
.custom-border .reading-width.text-center.cust_head, .custom-discount .reading-width.text-center.cust_head {
    border: 1px solid #000000;
    padding: 10px;
}
.custom-history .rte h1 {
    font-size: 40px !important;
}
    /* sustainability banner menu css */
  .banner-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 66px;
    transform: translateY(100%);
    opacity: 0;
    transition: all .24s ease-in-out;
}
.banner-menu-switcher a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0 15px;
    text-transform: uppercase;
    transition: all .24s ease-in-out;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
}

.banner-menu-switcher a:before, .banner-menu-switcher a:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 1;
    transition: all .24s ease-in-out;
}
.banner-menu-switcher a:after {
    content: "\f107";
    top: inherit;
    bottom: 7px;
    opacity: 0;
}
  .banner-menu-mobile-title, .banner-menu-switcher {
      display: block;
  }
  .banner-menu-switcher {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: calc(50% - 60px);
    width: 120px;
    text-align: center;
    height: 66px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    background: #fff;
}
.banner-main-box.active .banner-menu {
    transform: translateY(0);
    opacity: 1;
    background: #fcf5ed;
}
.banner-menu-mobile-title {
    height: 37%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 28px 8.5% 10px;
}
.banner-menu-mobile-title .sust-nav-img {
    max-width: 155px;
}
ul.sust-nav-list {
    display: block;
    white-space: unset;
    width: 100%;
    height: 63%;
    padding: 20px 7% 0;
}
ul.sust-nav-list li {
    display: block;
    width: 100%;
    height: 40px;
}
ul.sust-nav-list li a {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0px;
}
.banner-main-box.active .banner-menu-switcher a {
  padding: 15px 0 30px;
}
.banner-main-box.active .banner-menu-switcher {
    background: #fcf5ed;
}
.banner-main-box.active .banner-menu-switcher a:before{
  opacity: 0;
}
.banner-main-box.active .banner-menu-switcher a:after{
  opacity: 1;
}
/* ------------ */
/* integrity scetion css */
section.custom-integrity-full-width-purpose-section {
		padding-bottom: 80px !important;
		padding-top: 80px !important;
	}
	.custom-integrity-purpose-container{
		flex-direction: column-reverse;
		gap: 15px;
	}
	.custom-integrity-purpose-text-container {
		width: 100%;
		padding: 20px;
		gap: 20px;
		text-align: center;
	}
	.custom-integrity-purpose-image-container{
		width: 100%;
		height: auto;
	}

    /* our vision css */
    .one-half.small-down--one-whole.relative.our-vision__image.overflow-hidden img {
    padding: 0;
}
.one-half.small-down--one-whole.relative.image-with-text__content.cc-animate-init.cc-animate-in {
    padding: 10px;
}

 footer.page-footer .page-width {
    width: 100% !important;
    max-width: fit-content !important;
}

.custom-text .reading-width.text-center.cust_head h2 {
    font-size: 27px!important;
}
}

/* tablet rsponsive */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.custom-sustainability-menu ul {
		display: block;
	}
     .custom-history-section .custom-history-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .custom-history-section .custom-history-item {
    min-height: 300px;
    max-width: 100%;
  }

   .custom-history-container {
    flex-direction: row; 
    text-align: left;
  }

  .custom-history-text-section h2 {
    font-size: 22px; 
    margin-bottom: 8px;
  }

  .custom-history-text-section p {
    font-size: 18px;
    line-height: 1.6;
  }

  .custom-history-image-section img {
    max-width: 80%; 
    height: auto;
  }

  .footer-rte a {
    font-size: 16px;
}
.footer-block.grid__item.small-down--one-whole.one-quarter {
    width: 33% !important;
    padding-bottom: 30px;
}
li.payment-icon i {
    font-size: 30px;
}

/* integrity section css */
    .custom-integrity-purpose-container {
		flex-direction: row; 
		gap: 15px; 
	}
	.custom-integrity-purpose-text-container {
		padding-left: 30px;
		width: 50%;
	}
	.custom-integrity-purpose-image-container {
		width: 50%;
	}

    /* custom-purpose-css */
    .custom-purpose-container {
		flex-direction: row; 
		gap: 15px; 
	}

	.custom-purpose-text-container {
		width: 50%;
		padding: 20px;
		gap: 15px;
	}
	.custom-purpose-image-container {
		width: 50%;
	}
}


/* heder search-bg css */
.search-form__input {
    color: #230051;
    background-color: #ffffff;
    padding: 10px 15px;
}
.search-bar__container.search-bar__container--centered.search-bar__container--offset {
    display: flex;
    gap: 10px;
}

/* richtext custom heading css */
.custom-history .rte h1 {
    font-size: 74px;
}
.custom-history .reading-width.text-center.cust_head {
    border: 1px solid #000;
}

.one-half.small-down--one-whole.relative.image-with-text__content.cc-animate-init.cc-animate-in .center {
    text-align: left;
}

.our-goals-header .center {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.custom-border .reading-width.text-center.cust_head {
    border: 1px solid #000000;
}
.custom-discount .reading-width.text-center.cust_head {
    border: 1px solid #000000;
}
.custom-btn button.cart-trigger.btn.btn--plain.standard-link.js.js-cart-notes-trigger {
    width: 100%;
    max-width: fit-content;
}

.custom-btn .recently-viewed.container.large-row {
    padding-bottom: 60px;
}

/*sustanability img-with-text section - img css*/
img.custom-box-img {
  display: block !important;
  pointer-events: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover ;
  object-position: center center !important;
}

.image-location-right {
  flex-direction: row-reverse;
}
.block-flex {
  display: flex;
  align-items: normal;
}


/* collection page css */
.custom-new.rimage-wrapper {
    height: 100%;
    min-height: 250px;
}
.custom-new.rimage-wrapper img {
    object-fit: cover;
    object-position: center;
}
.custom-logo-new.logo-list__logo-image.fade-in-up.cc-animate-init.cc-animate-in {
    flex: 0;
}
.custom-text.logo-list__logo-text {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.4px;
}


/*sustanability responsive */
@media screen and (max-width: 767px) {
  .packaging-main-body {
    padding: 0 0px 70px !important;
  }
  .custom-packaging-item-body {
    padding-left: 0px !important;
    }
    /* collection page css */
    .custom-new.rimage-wrapper {
        height: 100%;
        min-height:200px !important;
    }
    .custom-new.rimage-wrapper img {
        object-fit: cover;
    }
    .custom-text.logo-list__logo-text {
        font-size: 16px !important;
        line-height: normal;
        letter-spacing: .4px;
    }
    .footer-block.grid__item.small-down--one-whole.one-quarter:nth-child(2){
        width:100%;
    }
}

.mobile-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    justify-content: space-around;
    align-items: center;
    display: flex;
}
.mobile-sticky-footer .footer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 33.333%;
    height: 100%;
    transition: background-color 0.2s ease;
    position: relative;
    font-size: 16px;
}
@media screen and (min-width: 768px){
    .hide-desktop {
        display: none;
    }
}


/*Start Collections Filter*/
.boost-vertical-layout {
    display: flex;
}
.boost-vertical-layout .vertical-filter {
    width: 30%;
    margin-right: 8px;
    max-width: 230px;
}
.boost-vertical-layout .cc-filters-container, .boost-vertical-layout .cc-filters__items  {
    flex-direction: column;
}
.boost-vertical-layout .cc-filters-results {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    flex: 1 1 0%;
}
.boost-vertical-layout .cc-filter__toggle {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0px;
    text-transform: capitalize;
}
.boost-vertical-layout .cc-filters__header, .boost-vertical-layout .cc-filter__header {
    border: 0;
}
.boost-vertical-layout .cc-filter__panel {
    position: relative;
    border: 0;
    box-shadow: none;
    width: 100%;
}
.boost-vertical-layout .cc-filter__content {
    padding: 0;
}
.boost-vertical-layout .cc-filter__header {
    padding-left: 0;
    padding-right: 0;
}
.boost-vertical-layout .cc-filter__panel label[for] {
    text-transform: capitalize;
}
.boost-vertical-layout .cc-filters__items, .boost-vertical-layout .cc-filter, .boost-vertical-layout .cc-filters {
    width: 100%;
    margin: 0px;
}
.boost-vertical-layout .cc-filter .radio+label:before, .boost-vertical-layout .cc-filter .checkbox+label:before {
    border-radius: 50%;
}
.boost-vertical-layout .swatch-label span.cc-filter-label {
    display: none;
}
.boost-vertical-layout ul.cc-filter__swatches li, .boost-vertical-layout .cc-filter#filter-filter\.v\.option\.size ul li {
    margin: 0 !important;
}
.boost-vertical-layout .cc-filter .swatch-sample {
    margin: 0;
}
.boost-vertical-layout ul.cc-filter__swatches, .boost-vertical-layout .cc-filter#filter-filter\.v\.option\.size ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.boost-vertical-layout ul.cc-filter__swatches {
    padding: 10px;
}
.boost-vertical-layout .cc-filter .swatch-sample {
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.boost-vertical-layout details[data-type="price_range"] .cc-filter__content {
    padding: 15px;
}
.boost-vertical-layout .cc-filters-container {
    flex-direction: column-reverse;
}
.boost-vertical-layout .cc-sort-selected  {
    display: none;
}
.boost-vertical-layout .cc-sort-label {
    font-size: 18px;
    opacity: 1;
}
.boost-vertical-layout #filter-sort .cc-filter__panel {
    padding-top: 15px;
}
.boost-vertical-layout #filters {
    display: flex;
    flex-direction: column-reverse;
}
.boost-vertical-layout .cc-active-filters {
    margin-bottom: 0;
}
.boost-vertical-layout .cc-active-filter, .boost-vertical-layout .cc-active-filter-reset {
    font-size: 16px;
}
.boost-vertical-layout .cc-active-filter-reset {
    background: #001135;
    color: #fff;
}
.boost-vertical-layout .cc-filter .checkbox:checked+label:after {
    opacity: 0;
}
@media screen and (max-width: 767px){
    .boost-vertical-layout {
        flex-direction: column;
    }
    .boost-vertical-layout .vertical-filter {
        width: 100%;
        max-width: 100%;
    }
    .boost-vertical-layout .cc-filters-control {
        padding: 0;
        gap: 12px;
        justify-content: normal;
    }
    .boost-vertical-layout .cc-filters-control__btn {
        padding: 5px 30px;
        font-size: 18px;
        text-transform: capitalize;
    }
    .boost-vertical-layout details#filter-sort .cc-filter__content {
        padding: 0 20px;
    }
}

/*End Collections Filter*/

/*Start Unavailable Button*/
.notify-trigger {
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    background: #ab1212;
}
.notify-trigger.full-width{
    width: 100%;
}
.notify-trigger.notify-float {
    position: fixed;
    right: 0;
    transform: rotate(270deg);
    transform-origin: 100% 100%;
    z-index: 9;
    top: 25%;
}
#notifyPopup * {
    margin: 0;
}
#notifyPopup .cc-popup-modal, #notifyPopup.cc-popup .cc-popup-content  {
    width: 100%;
    max-width: 500px;
}
#notifyPopup .cc-popup-content, #notifyPopup .cc-popup-content .cc-popup-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#notifyPopup button.cc-popup-form-submit {
    background: #001135;
    color: #ffffff;
    padding: 10px;
    border-radius: 0;
}
#notifyPopup .cc-popup-form-buttons {
    padding-top: 16px;
}
#notifyPopup .cc-popup-form-input {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
#notifyPopup.cc-popup .cc-popup-content {
    padding: 15px;
    text-align: left;
    font-size: 14px;
}
#notifyPopup.cc-popup #notifyVariant {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
#notifyPopup.cc-popup .notify-title {
    font-size: 20px;
    line-height: 24px;
}
#notifyPopup.cc-popup .cc-popup-form__response--success h4 {
    color: green;
    font-size: 16px;
    font-weight: 600;
}
/*End Unavailable Button*/

.ai-vimeo-blurb__video-wrapper-aqmiymgw2ehvtbjdmsaigenblock21e6303uhepzi {
 
    padding-bottom: 32.25%;
}

header .store-logo--image {
    width: 100%;
}
@media screen and (min-width: 940px){
    .site-header.docked-header--dock> header.header-content {
    display: none;
}
}

/* Collection prmotion css START */
.promo-block .one-halff{
    width: 50%; 
}
/*.one-whole.promo-block .promo-inner, .three-quarters.promo-block .promo-inner, .four-fifths.promo-block .promo-inner, .two-thirds.promo-block .promo-inner {
   height: 500px;
} 

.one-whole.promo-block, .three-quarters.promo-block, .four-fifths.promo-block {
    min-height: 500px;
} */
.promo-block .promo-inner {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    padding: 20px;
    color: #fff;
    text-decoration: none;
}

/* Content positioning */
.promo-block .custom-upsell-log h4, .promo-block .custom-upsell-log p {
    color: #fff;
}
.promo-block .promo-cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
}
.promo-block .promo-cta:hover {
  color: var(--cta-hover);
}
.promo-block .promo-cta .arrow {
  transition: transform 0.3s ease;
}
.promo-block .promo-inner:hover .arrow {
  transform: translateX(4px);
}
.promo-block .promo-text p {
    margin: 0;
}
.promo-block .promo-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    position: relative;
}
.col.promo-block a.promo-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004d;
    left: 0;
    top: 0;
}
@media screen and (max-width: 939px){
    .product-block.col.promo-block {
        width: 100%;
        min-height: 400px;
    }
}
/* Collection prmotion css END */

/* Shop by size */
.site-nav__item--has-dropdown:nth-child(4)
.mega-dropdown__container > li:nth-of-type(2)
.site-nav__submenu-container {
    display: grid;
    grid-template-columns: repeat(7, minmax(80px, 1fr));
    gap: 10px 20px;
    width: 100%;
}
@media (max-width: 991px) {
    .site-nav__item--has-dropdown:nth-child(4)
    .mega-dropdown__container > li:nth-of-type(2)
    .site-nav__submenu-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .site-nav__item--has-dropdown:nth-child(4)
    .mega-dropdown__container > li:nth-of-type(2)
    .site-nav__submenu-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .site-nav__item--has-dropdown:nth-child(4)
    .mega-dropdown__container > li:nth-of-type(2)
    .site-nav__submenu-container {
        grid-template-columns: 1fr;
    }
}
/* End Shop by size */

ul.mega-dropdown__container.grid.grid--uniform {
    display: flex;
}