/** Shopify CDN: Minification failed

Line 254:38 Expected ":"

**/
footer {
    border-top: 1px solid #000 !important;
}
.collection-card__content .h4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.collection-card__content .h4 p {
    font-family: 'Cormorant, serif';
    font-size: 22px;
}
.header__column--right search-button{
      width: 100% !important;
    justify-content: end !important;
    margin: 0 !important;
}
 .header__column--right .search-modal__button {
    justify-content: end !important;
    width: 100% !important;
}
 .header__column--right .search-modal__button span{
  justify-content: end;
  width: 100%;
}
.owl-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-header {
    border-bottom: 1px solid #686868;
    padding-bottom: 25px;
}
.cust-owlcontainer .owl-nav {
    position: absolute;
    top: -80px;
    right: 150px;
}

.cust-owlcontainer button.owl-prev,.cust-owlcontainer button.owl-next{
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0 !important;
}
.cust-owlcontainer button.owl-prev span,
.cust-owlcontainer button.owl-next span{
  display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
 }
.cust-owlcontainer button.owl-prev::before,
.cust-owlcontainer button.owl-next::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 100% !important;
  height: 100% !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.cust-owlcontainer button.owl-prev::before {
  background-image: url(/cdn/shop/files/arrow-left-grey.svg?v=1753777891);
}
.cust-owlcontainer button.owl-next::before {
  background-image: url(/cdn/shop/files/arrow-right.svg?v=1753777891);
}

.cust-owlcontainer button.owl-prev:hover::before {
  background-image: url(/cdn/shop/files/arrow-left.svg?v=1753777891);
}
.cust-owlcontainer button.owl-next:hover::before {
  background-image: url(/cdn/shop/files/arrow-right.svg?v=1753777891);
}
.header__column--right header-actions {
    width: 35%;
}
header-actions details, cart-drawer-component {
    width: 100%;
    margin: 0;
}
account-button{
  display: block;
  width:100%;
}
.cart-drawer .header-actions__action {
    width: 100%;
}
cart-drawer-component{
  width:40% !important;
}
cart-icon, cart-icon span {
    width: 100% !important;
}
header-actions .account-popover__summary,  .header-actions__action{
  text-align: center !important;
  display: block !important;
  width:100% !important;
}
.cart-drawer span.svg-wrapper {
    justify-content: end;
}
footer .text-block p {
    text-align: center;
}
.subheading p {
    color: #ff4040;
    font-weight: 500;
    text-transform: uppercase;
}
footer .email-signup__input {
    padding: 10px;
    background-color: #f5f5f5;
    border-color: #e4e4e4;
    border-radius: 4px;
}
footer .email-signup__button{
      border-radius: 4px;
}
.new-collection-heading{
  position: absolute;
  top:0px
}
.cust-owlcontainer .product-content {
    display: flex;
    align-items: center;
  justify-content: space-between;
}
.cust-owlcontainer .product-card {
    padding: 0px 20px;
}
.cust-owlcontainer .product-content h4,
.product-content h4, .product-content p {
    margin: 0 !important;
}
.owl-header .subheading {
    margin-bottom: 15px;
}
.product-content{
  display: flex;
}
.product-content h4 {
    font-family: 'Cormorant';
    font-size: 22px;
}
.text-block .button , .hero__container .button{
  padding: 12px 25px !important;
}
form.variant-picker__form {
    flex-direction: column-reverse;
}
.color-img {
    max-width: 40px;
}
label.variant-option__button-label {
    padding: 5px;
    background: transparent !important;
}
.variant-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    border-color: #00000 !important;
    border-radius: 3px;
}
.variant-option__button-label__text{
  color:#000;
}
.product-inventory__status .product-inventory__icon-in_stock {
    color: #000;
    display: none;
}
span.product-inventory__status::before {
    content: "";
    padding: 3px;
    background-color: #000;
}
body .product-inventory__status{
    align-items:baseline !important;
}
accordion-custom .details {
    border: 0px !important;
}
accordion-custom .details .icon-plus{
  display: none !important;
}
.variant-option legend {
    text-transform: uppercase;
}
.short-description {
    margin-top: 30px;
}
.product-information__media  slideshow-container slideshow-arrows {
    visibility: hidden !important;
}
.product-information__media  slideshow-container:hover slideshow-arrows{
  visibility: visible !important;; 
}

.product-details .group-block-content {
    gap: 0px;
}
variant-picker {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.accordion--dividers {
    margin-top: 20px;
    margin-bottom: 20px;
}
.Size-cont label.variant-option__button-label {
    padding: 0px 25px !important;
    min-height: 35px !important;
}
.product-information__grid .slideshow-controls__thumbnails button.slideshow-control {
    opacity: 0.5;
    background-color:hsl(0, 0%, 90%) !important;
    border-radius: 4px !important;
  outline: 0 !important;
}
.product-information__grid .slideshow-controls__thumbnails button.slideshow-control[aria-selected="true"]{
      opacity: 1;
      background-color:transparent !important;
}
.breadcrumb span {
    color: #898888;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.breadcrumb a{
  display: block;
}
.banner_icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.banner_icons img {
    max-width: 70px !important;
    max-height: 70px !important;

  width: 100%;
    height: 100px !important;
    object-fit: contain;
}
nav.breadcrumb a {
    margin: 10px 0px;cust-owlcontainer
}
.product-image-text .group-block-content{
  background-color: #f8f8f8;
}
.product-image-text .custom-section-content {
    background-color: #f8f8f8;
}
.product-image-text{
  margin-top:80px;
  margin-bottom:80px;
}
.cart-items__table-row {
    align-items: center !important;
}
.cart-items__quantity {
    justify-content: center !important;
    height: 100% !important;
}
.cart__summary-inner {
    padding: 0px !important;
}
.cart__ctas .cart__checkout-button {
    background-color: #fe0000;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 16px;
}
.cart__total-container {
    row-gap: 20px;
}
.cart-page {
  padding-bottom: 50px;
}
span.cart__total-label {
    color: #040404;
    font-weight: 400;
}
.cart__total-container {
    row-gap: 15px !important;
}
.cart__summary-totals:not(:has(.cart-actions)) {
    border-top: 0px !important;
}
.promo-code p {
    font-size: 14px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.promo-code p b{
    font-size: 16px;
}
.cat-recommended-product p.price{
    color: #000 !important;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 500;
}
.addToCart {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cust-progress-bar {
    width: 100%;
    height: 9px;
    background-color: #eee;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.cart-shipping-banner .shipping-banner{
    background-color:#e9e9e9;
    border-radius:4px;
}
.cart-page__title {
    margin-bottom: 30px;
}
.inner-bar {
    background-color: #ff0002;
}
body.cart .cart-items__table-row {
    grid-template-columns: 1.5fr 3fr 1fr 1fr 1fr !important;
    grid-template-areas: "media details quantity price" !important;

}
.cart-items__remove {
    width: 100%;
}
body.cart .cart-items__quantity .quantity-selector {
    border: 0px;
    background: transparent;
}
.cart-items__remove span {
    text-decoration: underline;
}
.cart__summary-item span {
    font-size: 16px;
}
.cart__total .cart__total-label, .cart__total text-component{
    font-size: 24px !important;
    font-weight: 700;
}
.cust-owlcontainer .owl-theme .owl-nav {
    margin-top: 0px !important;
}

.cat-recommended-product > a  {
    width: 30%;
}
.cat-recommended-product  .content{
    width: 70%;
    position:relative;
}
.cat-recommended-product  {
    display: flex;
    gap: 20px;
}
.Size-cont{
    position:relative !important;
}
body.product .buy-buttons-block {
    margin-top: 20px;
}

/*
.Size-cont::before {
    content: "";
    position: absolute;
    background-image: url(/cdn/shop/files/sizeguide.png?v=1754470034);
    width: 100px;
    height: 15px;
    bottom: -25px;
}
*/

.cat-recommended-product h5 {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.cart__summary-inner,.cart-related-product {
    width: 100% !important;
}
.cat-recommended-product {
    margin-bottom: 30px;
}
.cart-related-product h4 {
    margin-bottom: 0px !important;
}
.cart-related-product {
    background-color: #e9e9e9;
    padding: 20px 20px;
    border-radius: 4px;
}
.cat-recommended-product .content p {
    margin-top: 4px;
}
.heading-cont p {
    margin-top: 5px;
}
.heading-cont {
    margin-bottom: 30px;
}
.cart-related-product h4 {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}
.cat-recommended-product p, .heading-cont p{
    color:#828282 !important;
}
.addToCart button {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    padding: 0;
    border: 0px;
    background: transparent;
    font-weight: 500;
    cursor:pointer;
}
@media screen and (min-width: 1200px) {
    .product-information__grid:not(.product-information__grid--half,:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr 3fr 2fr !important;
    }
}
@media screen and (min-width: 750px) {
    .section--page-width .cart-page:has(.cart__container--extend) {
        grid-column: 2 / 3 !important;
        grid-template-columns: 2fr 1fr !important;
    }
}
@media screen and (max-width: 749px) {
    .header__columns header-actions {
        grid-area: center;
        width: 50%;
        justify-content: flex-end;
        position: absolute;
        gap:10px;
    }
    .cust-owlcontainer .owl-nav {
        position: initial;
        top: -80px;
        right: 150px;
    }
    .cart-drawer {
        max-width: 75px;
    }
    body .header__columns{
        --header-mobile-bookend: 55px !important;
    }
    .owl-header .row {
        flex-direction: column;
        gap:10px;
    }
    .owl-header .col-sm-6 {
        width:100%;
    }
    .product-information__grid {
        display: block !important;
        padding: 10px;
    }
    body .action__cart{
        max-width:65px !important 
    }
    form.variant-picker__form .Color-cont {
        margin-top: 20px;
    }
    body.cart .cart-items__table-row {
        display:block !important;
    }
    body.cart .cart-items__media {
        padding: 10px;
    }
    tr.cart-items__table-row td{
        width: 47%;
    }
    body.cart .cart-items__table-row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    body.cart .cart-items__quantity   {
     width: 30% !important;
     display: block;
     width: max-content;
      margin: 0;
    }
    body.cart td.cart-items__price{
        width: 40% !important;
    }
    body.cart td.cart-items__remove{
        width: 20% !important;
    }
    body.cart td.cart-items__remove button{
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
   body.cart .addToCart button {
        font-size: 15px;    
    }
    body.cart .addToCart button img{
        max-width:24px !important;
    }
}