/** Shopify CDN: Minification failed

Line 63:0 All "@import" rules must come first

**/
/*
* Emigre web font kit zzBZnPIx03CyxmV6Kw==
* 
* These fonts are not shareware. 
* Use of these fonts requires the purchase 
* of a license from Emigre, www.emigre.com  
* Please contact sales@emigre.com
*
* To purchase a license to use this font go to:
* http://www.emigre.com/
*
* © 2021 Emigre, Inc
*/

/*================ Typography Variables ================*/
@font-face {
  font-family: "Diatype";
  src: url("ABCDiatype-Regular.woff") format("woff2"),
    url("ABCDiatype-Regular.woff2") format("woff");
}
@font-face {
  font-family: "Diatype-bold";
  src: url("ABCDiatype-Bold.woff") format("woff2"),
    url("ABCDiatype-Bold.woff2") format("woff");
}

@font-face {
  font-family: "eideticneoot-italic";
  src: url("eideticneoot-italic-webfont.woff") format("woff2"),
    url("eideticneoot-italic-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "timesNowLight";
  src: url("timesNowLight.woff") format("woff2"),
    url("timesNowLight.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-regular: "Diatype";
  --font-bold: "Diatype-bold";
  --font-italic: "eideticneoot-italic";
  --font-light: "timesNowLight";
  --color-light-grey: #dfdfdf;
  --color-dark-grey: #b1b1b1;
  --color-black: #000000;
  --color-alt-white: #fafafa;
  --color-white: #ffffff;
  --body-size: 12px;
  --heading-size: 16px;
  --sub-size: 14px;
}

@import url('theme.min.css');

.template-product h1 {
  font-family: var(--font-bold);
}

/* GEO TAG */
.global-site.template-product .product_option.x-large-option,
.global-site.template-product .product_option.grand-option {
  display: none;
}

.global-site.template-product .product_variant .size,
.global-site.template-product .product_variant .size_no_frame {
  display: none;
}
.global-site.template-product .product_variant .row_size {
  display: inline-block;
}

.au-site.template-product .product_variant .size,
.nz-site.template-product .product_variant .size {
  display: inline-block;
}
.au-site.template-product .afterpay_payment,
.nz-site.template-product .afterpay_payment {
  display: block;
}

/* Geo Popup */
.geo-selected-row .geo_popup_section,
.geo-selected-au .geo_popup_section {
  display: none;
}
.geo_popup_section {
  display: none;
  position: fixed;
  z-index: 99;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  top: 0;
}
.geo_popup_section.close_popup {
  display: none !important;
}

.geo_popup {
  background-color: #fff;
  padding: 25px;
}
.geo_popup h3,
.geo_popup h4 {
  font-size: 30px;
  margin-bottom: 0;
}
.geo_popup .geo_description {
  margin-top: 20px;
}
.geo_popup .geo_description p {
  font-size: var(--sub-size);
  margin-bottom: 5px;
}
.geo_popup .geo_buttons {
  margin-top: 30px;
  text-align: center;
}
.geo_popup .geo_buttons a {
  font-size: var(--body-size);
  border: 1px solid #000;
  padding: 10px 0;
  width: 100%;
}
.geo_popup .geo_buttons a.continue_button {
  background: #000;
  color: #fff;
}
.geo_popup .geo_buttons a.aussie_button {
  margin-top: 15px;
  background: #fff;
  color: #000;
}
@media (min-width: 490px) {
  .geo_popup {
    padding: 30px;
  }
  .geo_popup .geo_buttons {
    display: flex;
    column-gap: 20px;
    width: 100%;
  }
  .geo_popup .geo_buttons a.aussie_button {
    margin-top: 0;
  }
}

/* Global */
html {
  font-size: 15px;
}

p,
body,
.body-size {
  font-size: 12px;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--body-size);
}

.title-heading {
  font-size: var(--heading-size);
}

.subheading {
  font-size: var(--sub-size);
}

.italic-sub {
  font-size: var(--heading-size);
  font-family: var(--font-italic);
}

.bold-font {
  font-family: var(--font-bold);
}

.light-font {
  font-family: var(--font-light);
}

.dark-grey {
  color: var(--color-dark-grey);
}

.uppercase {
  text-transform: uppercase;
}

/* slider */
.section-slideshow {
  margin-bottom: 50px;
}

/* 
 * --- HYPERVISUAL --- , .hypervisual__text-wrapper h3 div
 */

.hypervisual__column_width_40 .hypervisual__text_line_two,
.hypervisual__library-multi-column-image-text-subhead {
  font-family: var(--font-light);
}

/* 
 * --- Nav --- 
 */

.currency-form {
  padding: 10px 32px 10px 12px;
  text-align: left;
  margin-left: 10px;
  font-size: 12px;
  margin-top: -6px;
}
.currency-form:hover {
  cursor: pointer;
}

#currency_form {
  display: none;
}
#currency_form.shopify-currency-form {
  display: none;
}
@media (min-width: 990px) {
  #currency_form.shopify-currency-form {
    display: block;
  }
}

#mob_currency_form {
  display: none;
}
#mob_currency_form.mobile-currency {
  display: block;
}

/* 
 * --- FOOTER --- 
 */
.newsletter-heading p {
  font-size: var(--heading-size);
}

/* 
 * --- HOME --- 
 */

.break_paragraph {
  display: flex;
  flex-direction: column;
}
.nowtype {
  font-size: 2.4rem;
}
@media (min-width: 480px) {
  .nowtype {
    font-size: 3.15rem;
  }
}
@media (min-width: 1400px) {
  .nowtype {
    font-size: 3.65rem;
  }
}

/* 
 * --- COLLECTIONS PAGE --- 
 */
.collection-template h1 {
  padding-bottom: 0;
}

.collection-template h2 {
  margin-top: -10px;
  font-family: var(--font-light);
  font-size: 1.8rem;
}
@media (min-width: 1400px) {
  .collection-template h2 {
    font-size: 2.2rem;
  }
}

.collection-template .collection-description p {
  display: none;
}

/* 
 * --- PRODUCT --- 
 */
.product_info_grid {
  display: flex;
}

.product_info_col.on-desktop {
  display: none;
}

.product_info_col.bottom {
  padding-right: 50px;
  width: 27%;
}
.product_info_col.bottom .bottom_inner {
  position: sticky;
  top: 20%;
}
@media (min-width: 1500px) {
  .product_info_col.bottom .bottom_inner {
    position: sticky;
    top: 28%;
  }
}

.product_info_col.center {
  width: 50%;
}
.product_info_col.center .mobile-view {
  display: none;
}
@media (max-width: 767px) {
  .product_info_col.center .mobile-view {
    display: block;
  }
  .product_info_col.center .desktop-view {
    display: none;
  }
}

.product_info_col.last {
  padding-left: 50px;
  width: 27%;
}
.product_info_col.last .last_inner {
  position: sticky;
  top: 20%;
}
.product_info_col.last .last_inner .product-content {
  margin-top: 30px;
}
@media (min-width: 1500px) {
  .product_info_col.last .last_inner {
    position: sticky;
    top: 28%;
  }
}

.product_info_col .product_type {
  font-family: var(--font-italic);
  color: var(--color-dark-grey);
}

#accodian-div {
  margin-top: 15px;
}

.product-description-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-description-title.active {
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-bottom: 5px;
}
.product-description-title:hover {
  cursor: pointer;
}
.product-description-content.active {
  font-size: var(--body-size);
  display: block !important;
  margin-bottom: 10px;
  transition: height 2s;
  font-size: var(--body-size);
}

.page__sharing {
  margin: 0;
}
.page__sharing .label {
  text-transform: uppercase;
}
.page__sharing .icons-share a {
  padding-left: 10px;
  font-size: 7px;
  margin-top: -4px;
}
.page__sharing .email-icon {
  width: 17px;
  display: flex;
  align-items: center;
}
.selector-wrapper {
  border:0;
  padding-inline: 0;
}
.selector-wrapper label[for] {
  cursor: initial;
}

.variant-flex {
  display: flex;
  flex-direction: column-reverse;
}

.option_name {
  text-transform: uppercase;
}

.size-guide,
.size,
.row_size,
.size_no_frame {
  float: right;
}

.size, .row_size {
  display: none;
}

.arrow-down {
  float: right;
  width: 12px;
  padding-top: 0px;
  padding-bottom: 6px;
  transform: rotate(180deg);
}
.arrow-down.toggle-variant {
  transform: rotate(0deg);
  padding-top: 6px;
  padding-bottom: 0px;
}

.frame_title {
  display: flex;
}

.frame_margin {
  margin-top: 30px;
}
.style_margin {
  margin-top: 30px;
}

.frames {
  margin-left: 10px;
  font-family: var(--font-italic);
  font-size: var(--sub-size);
  color: var(--color-dark-grey);
  text-transform: capitalize;
  line-height: 1.1;
}

.variant_frame_name {
  display: flex;
}
.variant_frame_name .product_option {
  width: 20%;
  margin-right: 10px;
  max-width: 26px;
}

#select-variant {
  color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: var(--body-size);
  display: none;
}

.product_option input {
  position: absolute;
  z-index: -9;
  width: 1px;
  visibility: hidden;
}

.product_option p.product_variant {
  color: var(--color-black);
  border: 1px solid var(--color-dark-grey);
  padding: 10px 20px;
  text-transform: uppercase;
}
.product_option p.product_variant:hover {
  cursor: pointer;
}

.product_option .variant_frame {
  border-radius: 50%;
  padding-top: calc(100% - 4px);
  border: 2px solid var(--color-dark-grey);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product_option .variant_frame.no_frame {
  padding-top: 0;
  height: 100%;
  position: relative;
}
.product_option .variant_frame.no_frame:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 45%;
  width: 2px;
  height: 111%;
  background: var(--color-dark-grey);
  transform: rotatez(135deg);
}
.product_option .variant_frame:hover {
  cursor: pointer;
}

.product_option input[type="radio"]:checked + label p.product_variant {
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.product_option input[type="radio"]:checked + label .variant_frame {
  /*border: 2px solid var(--color-black);*/
}
.product_option input[type="radio"]:checked + label .variant_frame:after {
  background: var(--color-black);
}

.shipping_info {
  margin-bottom: 0;
}

.add-to-bag {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  text-transform: uppercase;
  border: 1px solid #000;
  transition: all .5s ease;
  min-height: 40px;
}
.add-to-bag:hover {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  transition: all .5s ease;
}
.add-to-bag span {
  font-size: var(--body-size);
}
.add-to-bag .cart-divider {
  margin: 0 5px;
}
.add-to-bag[disabled]:hover {
  cursor: inherit;
}

.btn--add-to-cart.adding-to-cart {
  position: relative;
}
.btn--add-to-cart.adding-to-cart .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn--add-to-cart.adding-to-cart .add-to-cart-text {
  visibility: hidden;
}

.add-to-cart-container {
  margin-top: 30px;
}
.add-to-cart-container .disabled {
  cursor: inherit;
}

.afterpay_payment {
  display: block;
  margin-top: 10px;
}
.afterpay_payment img {
  width: 40px;
}
.afterpay_payment a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--body-size);
  color: var(--color-dark-grey);
  font-family: var(--font-italic);
}
.afterpay_payment:hover span {
  border-bottom: 1px solid var(--color-black);
}

.shopify-payment-button__button {
  padding: 17px;
}

@media (max-width: 1100px) {
  .product_info_col.top,
  .product_info_col.bottom {
    padding-right: 30px;
    width: 30%;
  }
  .product_info_col.last {
    padding-left: 30px;
    width: 34%;
  }
}

@media (min-width: 768px) and (max-width: 835px) {
  .size-guide {
    border-left: 1px solid #000;
    padding-left: 3px;
  }
}

@media (max-width: 767px) {
  .product_info_grid {
    display: grid;
  }
  #col-3 {
    margin-bottom: 40px;
  }
  #col-3 .flickity-page-dots {
    bottom: -40px;
  }

  .product_info_col.on-desktop {
    display: block;
  }

  .product_info_col .on-mobile {
    display: none;
  }

  .product_info_col .product_description {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 10px;
  }
  .product_info_col .product_description .product-description-title.active {
    margin-bottom: 15px;
  }
  .product_info_col .product_description .product-description-content.active {
    grid-area: 2 / 1 / span 1 / span 3;
    margin-bottom: 5px;
  }

  .product_info_col.top {
    grid-area: auto;
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_info_col.bottom {
    grid-area: 4;
    margin-top: 30px;
    padding-right: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_info_col.center {
    grid-area: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }
  .product_info_col.center .flickity-slider .nine-twelfths {
    width: 100%;
  }
  .product_info_col.center .flickity-slider img {
    margin: 0 5px;
  }

  .product_info_col.last {
    grid-area: auto;
    padding-left: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #accodian-div {
    margin-top: 0px;
  }

  #select-variant {
    display: none;
    border-bottom: 0;
  }
  #select-variant.toggle-variant {
    border-bottom: 1px solid var(--color-black);
    margin-bottom: 20px;
  }
  #select-variant:hover {
    cursor: pointer;
  }

  .frame_margin {
    margin-top: 20px;
  }
  .style_margin {
    margin-top: 20px;
  }

  .add-to-cart-container {
    margin-top: 20px;
  }
}

/* About Work */
#product-about {
  margin: 80px auto;
}
.about-work{
  background-color: #fafafa;
}
.about-work .flex-col {
  display: flex;
}
.about-work .about-description {
  width: 50%;
  padding: 40px;
  align-items: center;
  display: flex;
  max-width: 910px;
  background-color: #fafafa;
}
.about-work .about-description .secondary {
  color: #fff;
}
.about-work .about-description h2 {
  display: none;
}
.about-work .about-description p {
  margin-bottom: 0;
}
.about-work .about-image {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  display:block;
}
@media (min-width: 1880px) {
  .about-work .about-description {
    margin: 0 auto;
    padding-right: 60px;
    padding-left: 40px;
  }
}
@media (max-width: 989px) {
  .about-work .about-description {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .about-work .flex-col {
    display: block;
  }
  .about-work .about-description {
    width: 100%;
  }
  .about-work .about-image {
    height: 390px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #product-about {
    margin: 40px auto;
  }
}

/* recommendations */
.product-recommendations .recommendations-header {
  margin-bottom: 30px;
}
.product-recommendations .flickity-page-dots {
  display: none;
}
.product-recommendations .section-with-padding {
  padding: 0 40px;
  margin: 80px auto;
  max-width: 1820px;
}
.product-recommendations .section-with-padding .max-site-width {
  padding: 0;
}
.product-recommendations .mobile-flickity__slides {
  margin: -40px -8px;
}
.product-recommendations .product-grid-item.lg--up--grid__item {
  padding-left: 8px;
  padding-right: 8px;
}
.product-recommendations .product-grid-item .title-heading {
  text-transform: capitalize;
}
@media (max-width: 989px) {
  .product-recommendations .recommendations-header {
    margin: 20px;
  }
  .product-recommendations .mobile-flickity {
    padding-left: 12px;
  }
  .product-recommendations .mobile-flickity .flickity-enabled {
    padding-bottom: 20px;
  }
  .product-recommendations .section-with-padding {
    padding: 0px;
    margin: 40px auto 30px auto;
  }
  .product-recommendations .mobile-flickity__slides {
    margin: 0px;
  }
  .product-recommendations .product-grid-item .px2 {
    padding-left: 0;
    padding-right: 0;
  }
  .product-recommendations .recommand-arr {
    transform: rotate(270deg);
    opacity: 0.5;
  }
}

/* 
 * --- CART --- 
 */
#CartContainer h2,
#your-shopping-cart h2 {
  font-size: var(--heading-size);
}
#CartContainer p,
#CartContainer label,
#CartContainer textarea,
#CartContainer input,
#CartContainer small,
#your-shopping-cart p,
#your-shopping-cart label,
#your-shopping-cart textarea,
#your-shopping-cart input,
#your-shopping-cart small {
  font-size: var(--body-size);
}
body .product_info_grid .product_info_col .size {
  display: block;
  float: none;
}


/* Responsive image */
.responsive-image__wrapper::before {
  display: none;
}

.responsive-image__image {
  position: relative;
  opacity: 1;
}

/* Page header */
.banner_image.full--vh .responsive-image__wrapper {
  height: 100%;
}

.banner_image.full--vh .responsive-image__wrapper img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .banner_image.full--vh .responsive-image__wrapper img {
    height: 100vh;
  }
}

.banner_image.full--vh > div:first-child {
  height: 100%;
}

.site-header.active .header__shifter {
  display: block;
}

@media (min-width: 992px) {
  .header-table {
    padding-top: 20px !important;
    padding-bottom: 12.5px !important;
  }
}

.site-header.active .header__close {
  cursor: pointer;
}

/* Collection */
@media (max-width: 991px) {
  .about-work .about-image {
    display: block;
  }
}



/* ================ VENDOR ================ */
/*! Flickity v2.1.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

body:not(.user-is-tabbing) .flickity-enabled:focus {
  outline: none;
  box-shadow: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-prev-next-button.next {
  right: 10px;
  top: auto;
  bottom: 0;
  background-color: transparent;
}

/* Product */
/* --- PRODUCT --- */
.product_info_grid {
  display: flex;
}
.product_info_grid .product_info_col.on-desktop {
  display: none;
}
.product_info_grid .product_info_col.bottom {
  padding-right: 50px;
  width: 27%;
}
.product_info_grid .product_info_col.bottom .bottom_inner {
  position: sticky;
  top: 20%;
}
@media (min-width: 1500px) {
  .product_info_grid .product_info_col.bottom .bottom_inner {
    top: 28%;
  }
}
.product_info_grid .product_info_col.center {
  width: 50%;
}
.product_info_grid .product_info_col.center .mobile-view {
  display: none;
}
@media (max-width: 767px) {
  .product_info_grid .product_info_col.center .mobile-view {
    display: block;
  }
  .product_info_grid .product_info_col.center .desktop-view {
    display: none;
  }
}
.product_info_grid .product_info_col.last {
  padding-left: 50px;
  width: 27%;
}
.product_info_grid .product_info_col.last .last_inner {
  position: sticky;
  top: 20%;
}
.product_info_grid .product_info_col.last .last_inner .product-content {
  margin-top: 30px;
}
@media (min-width: 1500px) {
  .product_info_grid .product_info_col.last .last_inner {
    top: 28%;
  }
}
.product_info_grid .product_info_col .product_type {
  font-family: "eideticneoot-italic";
  color: #b1b1b1;
}
#accodian-div {
  margin-top: 15px;
}
.product_info_grid .product_info_col .product-description-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product_info_grid .product_info_col .product-description-title.active {
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-bottom: 5px;
}
.product_info_grid .product_info_col .product-description-title:hover {
  cursor: pointer;
}
.product_info_grid .product_info_col .product-description-content.active {
  font-size: 12px; /* Replace with actual body-size variable */
  display: block !important;
  margin-bottom: 10px;
  transition: height 2s;
}
.product_info_grid .product_info_col .page__sharing {
  margin: 0;
}
.product_info_grid .product_info_col .page__sharing .label {
  text-transform: uppercase;
}
.product_info_grid .product_info_col .page__sharing .icons-share a {
  padding-left: 10px;
  font-size: 7px;
  margin-top: -4px;
}
.product_info_grid .product_info_col .page__sharing .email-icon {
  width: 17px;
  display: flex;
  align-items: center;
}
.product_info_grid .product_info_col .selector-wrapper label[for] {
  cursor: initial;
}
.product_info_grid .product_info_col .variant-flex {
  display: flex;
  flex-direction: column-reverse;
}
.product_info_grid .product_info_col .option_name {
  text-transform: uppercase;
}
.product_info_grid .product_info_col .size-guide,
.product_info_grid .product_info_col .row_size,
.product_info_grid .product_info_col .size_no_frame {
  float: right;
}
.product_info_grid .product_info_col .size,
.product_info_grid .product_info_col .row_size {
  display: none;
}
.product_info_grid .product_info_col .arrow-down {
  float: right;
  width: 12px;
  padding-top: 0px;
  padding-bottom: 6px;
  transform: rotate(180deg);
}
.product_info_grid .product_info_col .arrow-down.toggle-variant {
  transform: rotate(0deg);
  padding-top: 6px;
  padding-bottom: 0px;
}
.product_info_grid .product_info_col .frame_title {
  display: flex;
}
.product_info_grid .product_info_col .frame_margin {
  margin-top: 10px;
}
.product_info_grid .product_info_col .style_margin {
  margin-top: 25px;
}
.product_info_grid .product_info_col .frames {
  margin-left: 10px;
  font-family: italic; /* Replace with actual font family */
  font-size: 14px; /* Replace with actual sub-size variable */
  color: darkgrey; /* Replace with actual color variable */
  text-transform: capitalize;
  line-height: 1.1;
  font-family: "eideticneoot-italic";
}
.product_info_grid .product_info_col .variant_frame_name {
  display: flex;
}
.product_info_grid .product_info_col .variant_frame_name .product_option {
  width: 20%;
  margin-right: 10px;
  max-width: 26px;
}
#select-variant {
  color: black; /* Replace with actual color-black variable */
  border: 1px solid black;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px; /* Replace with actual body-size variable */
  display: none;
}
.product_info_grid .product_info_col .product_option {
  position: relative;
}
.product_info_grid .product_info_col .product_option input {
  position: absolute;
  z-index: -9;
  width: 1px;
  visibility: hidden;
}
.product_info_grid .product_info_col .product_option p.product_variant {
  color: black; /* Replace with actual color-black variable */
  border: 1px solid darkgrey; /* Replace with actual color-dark-grey variable */
  padding: 10px 20px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}
.product_info_grid .product_info_col .product_option p.product_variant:hover {
  cursor: pointer;
}
.product_info_grid .product_info_col .product_option .variant_frame {
  border-radius: 50%;
  padding-top: calc(100% - 4px);
  border: 2px solid darkgrey; /* Replace with actual color variable */
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
/*
.product_info_grid .product_info_col .product_option .variant_frame.no_frame {
  padding-top: 0;
  height: 100%;
  position: relative;
}*/
.product_info_grid .product_info_col .product_option .variant_frame.no_frame:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 45%;
  width: 2px;
  height: 111%;
  background: darkgrey; /* Replace with actual color variable */
  transform: rotate(135deg);
}
.product_info_grid .product_info_col .product_option .variant_frame:hover {
  cursor: pointer;
}

.product_info_col .product_option input[type="radio"]:checked + label .custom_variant_wrapper {
  border: 2px solid black; /* Black border when selected */
  border-radius: 100%;
  padding: 2px; /* Ensure the padding is also applied when selected */
}
/*
.product_info_grid .product_info_col .product_option input[type="radio"]:checked + label p.product_variant {
  color: black; 
  border: 2px solid black;
}
*/
/*
.product_info_grid .product_info_col .product_option input[type="radio"]:checked + label .variant_frame {
  border: 2px solid black;
}
  */
.product_info_grid .product_info_col .product_option input[type="radio"]:checked + label .variant_frame:after {
  background: black;
}


.product_info_grid .product_info_col .unframed-option input[type="radio"]:checked + label .variant_frame {
  border: 2px solid black;
}

.shipping_info {
  margin-bottom: 0;
}
.add-to-bag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  text-transform: uppercase;
}
.add-to-bag span {
  font-size: 16px; /* Replace with actual body-size variable */
}
.add-to-bag .cart-divider {
  margin: 0 5px;
}
.add-to-bag[disabled]:hover {
  cursor: inherit;
}
.add-to-cart-container {
  margin-top: 15px;
}
.add-to-cart-container .disabled {
  cursor: inherit;
}
.afterpay_payment {
  display: block;
  margin-top: 10px;
}
.afterpay_payment img {
  display:none;
}
.afterpay_payment a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-italic);
}
.afterpay_payment:hover span {
  border-bottom: 1px solid black;
}
.shopify-payment-button__button {
  padding: 17px;
}
@media (max-width: 1100px) {
  .product_info_grid .product_info_col.top,
  .product_info_grid .product_info_col.bottom {
    padding-right: 30px;
    width: 30%;
  }
  .product_info_grid .product_info_col.last {
    padding-left: 30px;
    width: 34%;
  }
}
@media (min-width: 768px) and (max-width: 835px) {
  .size-guide {
    border-left: 1px solid #000;
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .product_info_grid {
    display: grid;
  }
  #col-3 {
    margin-bottom: 40px;
  }
  #col-3 .flickity-page-dots {
    bottom: -40px;
  }
  .product_info_grid .product_info_col.on-desktop {
    display: block;
  }
  .product_info_grid .product_info_col .on-mobile {
    display: none;
  }
  .product_info_grid .product_info_col .product_description {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 10px;
  }
  .product_info_grid .product_info_col .product-description-title.active {
    margin-bottom: 15px;
  }
  .product_info_grid .product_info_col .product-description-content.active {
    grid-area: 2 / 1 / span 1 / span 3;
    margin-bottom: 5px;
  }
  .product_info_grid .product_info_col.top {
    grid-area: auto;
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_info_grid .product_info_col.bottom {
    grid-area: 4;
    margin-top: 30px;
    padding-right: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product_info_grid .product_info_col.center {
    grid-area: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }
  .product_info_grid .product_info_col.center .flickity-slider .nine-twelfths {
    width: 100%;
  }
  .product_info_grid .product_info_col.center .flickity-slider img {
    margin: 0 5px;
  }
  .product_info_grid .product_info_col.last {
    grid-area: auto;
    padding-left: 0px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #accodian-div {
    margin-top: 0px;
  }
  #select-variant {
    display: none;
    border-bottom: 0;
  }
  #select-variant.toggle-variant {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
  }
  #select-variant:hover {
    cursor: pointer;
  }
  .frame_margin {
    margin-top: 20px;
  }
  .style_margin {
    margin-top: 20px;
  }
  .add-to-cart-container {
    margin-top: 20px;
  }
  .collection__sticky-tags{
    display:grid !important;
  }
}

.form-vertical form {
  display: flex;
  flex-direction: column;
}

.product_info_grid .add-to-bag span {
  font-size: 12px;
}

select[name="size"],
select[name='options[Size]'] {
  background: #fff;
  box-shadow: none;
  border: 1px solid darkgray;
  padding: 10px 15px;
  font-size: 12px;
  width: 100%;
}

.style_container {
  display: flex;
  gap: 10px;
}
.style_container .print-option {
  flex: 1;
}
.style_container .print-option .product_variant {
  text-align: center;
  justify-content: center;
}

.big-price {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8.5px;
  color: var(--color-black);
}


.usp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.usp-row .usp-item {
  display: flex;
  gap: 4.5px;
  align-items: center;
  font-size: 10.5px;
  white-space: nowrap;
}

.usp-row .usp-item svg,
.usp-row .usp-item img  {
  /*max-width: 14px;*/
  max-width: 35px;
  /*height: 35px;*/
}
@media(max-width:768px){
  .usp-row .usp-item img {
    max-width: 25px;
  }
}
.custom-dropdown {
  position: relative;
  max-height: 40px;
}

.custom-dropdown select {
  width: 100%;
  appearance: none; /* Hide the default arrow */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  cursor: pointer;
  padding-right: 40px; /* Make space for custom chevron */
  position: relative;
  font-family: var(--heading-font-stack);
  color:black;
}

.custom-dropdown::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  content: '';
}

.custom-dropdown::after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Arrow / Chevron_Down'%3E%3Cpath id='Vector' d='M19 9L12 16L5 9' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #000; /* Changed to black for better visibility */
  z-index: 10; /* Increased z-index */
  width: 12px
}

.header__main .color--white-text {
  color: #000;
}

@media (min-width: 768px) {
  /* Targeting the container with the scrollbar */
  .slider-chud {
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: black transparent; /* Thumb color black, track transparent */
  }

  /* Chrome, Edge, Safari */
  .slider-chud::-webkit-scrollbar {
    height: 8px; /* Adjust thickness */
  }

  .slider-chud::-webkit-scrollbar-track {
    background: transparent; /* Track color */
  }

  .slider-chud::-webkit-scrollbar-thumb {
    background-color: black; /* Dragger color */
    border-radius: 10px; /* Make it rounded */
  }

  /* Remove the arrows in some versions */
  .slider-chud::-webkit-scrollbar-button {
    display: none;
  }
}

.sale-bigprice{
  margin-left:4px;
  text-decoration: line-through;
  color: var(--color-black);
  opacity: 0.4;
}
.percent-off{
  margin-left:8px;
  color: var(--color-black);
  opacity: 0.4;
  text-transform: uppercase;
}
.add-to-bag  div{
  flex-shrink:0;
}

/* Collection page styling - font changes for collection text and price */
/* Collection title - change to Eidetic Neo Italic and reduce opacity */
.product-grid-item p.body-size.uppercase:not(.italic-sub) {
  font-family: var(--font-italic) !important;
  opacity: 0.4;
  text-transform: capitalize;
  font-size: 14px;
}

/* Price styling - change to Diatype font */
.product-grid-item .italic-sub {
  font-family: var(--font-regular) !important;
  text-transform: uppercase;
  font-size: 12px !important;
  color: var(--color-black) !important;
}

/* Strikethrough/compare at price - 40% black */
.product-grid-item .italic-sub s {
  color: var(--color-black) !important;
  opacity: 0.4;
}

/* Additional price element styling */
.price .price-item {
  font-family: var(--font-regular) !important;
  text-transform: uppercase;
  font-size: 12px !important;
  color: var(--color-black) !important;
}

/* Strikethrough pricing in price snippet */
.price .price-item--regular s,
.price s.price-item--regular {
  color: var(--color-black) !important;
  opacity: 0.4;
}

.card__heading {
  font-family: var(--font-regular) !important;
}

/* product-new: center loading spinner inside ATC button and hide label while loading */
.product-form__submit { position: relative; }
.product-form__submit .loading__spinner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
.product-form__submit.loading .loading__spinner { display: inline-block; }
.product-form__submit.loading > span { opacity: 0; }

/* GLASS EFFECT FOR STICKY HEADER 
.shopify-section-header-sticky{
  background: #ffffff;
  background-color: rgba(255, 255, 255, .3);
  backdrop-filter: blur(4px);  
}
*/
/* ================= HEADER (Dawn) - Legacy text labels ================= */
@media (min-width: 990px) {
  /* Place header icons (account, search, cart) as textual links */
  .header__icons {
    gap: 18px;
    align-items: center;
    color: black;
  }
  .header__icon {
    width: auto;
    height: auto;
    padding: 6px 0;
    color: var(--color-black);
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--font-regular);
    font-size: 15px;
    text-decoration: none;
  }
  /* Hide default SVGs inside header icons on desktop, we’ll show labels */
  .header__icon:not(.header__icon--menu) .icon { display: none; }
  /* Keep hamburger + close icons visible for menu toggle */
  /* Revert burger icon centering; allow Dawn base.css to handle positioning */
  .header__icon--menu .icon { display: block !important; }


/* Mobile: make sure hamburger icon is visible (was blank space) */
@media (max-width: 989px) {
  summary.header__icon--menu .icon-hamburger { display: block; }
  summary.header__icon--menu .icon-close { display: block; }
  /* Ensure the button has intrinsic width so icon paints */
  summary.header__icon--menu { min-width: 44px; min-height: 44px; position: relative; }
  summary.header__icon--menu span { display: inline-flex; align-items: center; justify-content: center; }
}
  /* Account: show text label */
  .header__icon--account account-icon { display: none; }
  .header__icon--account::after { content: 'Log in'; }
  .customer .header__icon--account::after { content: 'Account'; }

  /* Search: show label and ensure toggle state uses text, not icons */
  .header__icon--search > span { display: none; }
  .header__icon--search::after { content: 'Search'; }

  /* Cart: label with count bubble aligned as per legacy style */
  .header__icon--cart { position: relative; margin-right: 0; }
  .header__icon--cart svg { display: none; }
  .header__icon--cart > span { display: none; }
  .header__icon--cart::after { content: 'Cart'; }
  #cart-icon-bubble .cart-count-bubble {
    position: static;
    display: inline-flex;
    background: transparent;
    color: var(--color-black);
    height: auto;
    width: auto;
    border-radius: 0;
    line-height: inherit;
    font-size: 15px;
    margin-left: 4px;
    order: 2;
  }
  #cart-icon-bubble .cart-count-bubble::before { content: '('; margin-right: 2px; }
  #cart-icon-bubble .cart-count-bubble::after { content: ')'; margin-left: 0; }
}

/* Ensure 40% black transparency per project rule for subtle elements */
.header__icon--cart .cart-count-bubble,
.header__icon--search .modal__toggle-close::after {
  color: var(--color-black);
}
.header__search{
  line-height: 1.6;
}

/* ================= Fix search/X icon bug ================= */
/* Target the <details> inside .header__search */
.header__search > details:not([open]) .modal__toggle-open { display: inline-flex; }
.header__search > details:not([open]) .modal__toggle-close { display: none; }
/* When open: show close, hide open */
.header__search > details[open] .modal__toggle-open { display: none !important; }
.header__search > details[open] .modal__toggle-close { display: inline-flex !important; }
/* Desktop text labels: swap "Search" to "X" when open */
@media (min-width: 990px) {
  .header__search > details[open] > summary.header__icon--search::after { content: 'X'; }
}

/* Mobile keeps Dawn icons; restrict text label overrides to desktop only */
@media (max-width: 989px) {
  /* Hide the cart bubble dot near the search area; bubble shows in drawer */
  .header{
    padding-inline:1.2rem !important;
  }
  header-drawer{
    margin-left:0 !important;
  }
  .header__icon--cart{
    font-size: 1rem;
    text-decoration: none;    
  }
  .header__heading-link{
    padding-block:0;
  }
  /* Ensure Cart label is visible on mobile and not replaced by AJAX updates */
  .header__icon--cart .icon,
  .header__icon--cart svg { display: none !important; }
  .header__icon--cart > span { display: none !important; }
  .header__icon--cart::before { content: 'Cart'; margin-right: 2px; }
  /* Show cart count inline like desktop: Cart (n) */
  #cart-icon-bubble .cart-count-bubble { 
    display: inline-flex !important; 
    position: static; 
    background: transparent; 
    color: var(--color-black); 
    height: auto; 
    width: auto; 
    border-radius: 0; 
    line-height: inherit; 
    font-size: 1rem; 
    margin-left: 0px; 
    padding: 0; 
  }
  #cart-icon-bubble .cart-count-bubble::before { content: '('; margin-right: 2px; }
  #cart-icon-bubble .cart-count-bubble::after { content: ')'; margin-left: 0; }
  /* Hide top-bar search icon on mobile; search lives in drawer */
  .header__icon--search { display: none !important; }
  /* Mobile menu icon clean-up: transparent, snap swap, Dawn sizing */
  summary.header__icon--menu {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    min-width: auto; /* revert custom min size */
    min-height: auto;
    width: 44px; /* Dawn touch target */
    height: 44px;
    padding: 0;
  }
  summary.header__icon--menu:focus-visible { outline: none !important; }
  summary.header__icon--menu::before { display: none !important; }
  summary.header__icon--menu span { width: 100%; height: 100%; }
  /* Icon sizing */
  summary.header__icon--menu .icon { width: 22px !important; height: 22px !important; }
  /* Remove animation delay / transitions for swap */
  summary.header__icon--menu .icon { transition: none !important; }
  details[open] > summary.header__icon--menu .icon-hamburger { opacity: 0 !important; visibility: hidden !important; }
  details[open] > summary.header__icon--menu .icon-close { opacity: 1 !important; visibility: visible !important; transform: none !important; }
  details:not([open]) > summary.header__icon--menu .icon-hamburger { opacity: 1 !important; visibility: visible !important; }
  details:not([open]) > summary.header__icon--menu .icon-close { opacity: 0 !important; visibility: hidden !important; }
}

.header__menu-item {
  font-family: var(--font-regular);
  font-size: 15px;
}
/* Body scroll lock when mega menu open */
body.no-scroll { overflow: hidden; }

/* ================= Header underline animation ================= */
@media (min-width: 990px) {
  /* Remove default underline */
  .header__menu-item,
  .header__menu-item:hover,
  .header__menu-item:focus,
  .header__menu-item:focus-visible,
  .header__icon,
  .header__icon:hover,
  .header__icon:focus,
  .header__icon:focus-visible { text-decoration: none; }

  /* Animated underline for main menu items – length equals text width */
  .header__menu-item { position: relative; color: var(--color-black); }
  .header__menu-item::after { content: none; }
  .header__menu-item > span { position: relative; display: inline-block; }
  .header__menu-item > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 0.01rem;
    width: 100%;
    background-color: var(--color-black);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 220ms ease;
  }
  .header__menu-item:hover > span::after,
  .header__menu-item:focus-visible > span::after,
  details[open] > .header__menu-item > span::after { transform: scaleX(1); }

  /* Animated underline for right header links (account, search, cart) */
  .header__icon { position: relative; }
  .header__icon::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 0.01rem;
    width: 100%;
    background-color: var(--color-black);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 220ms ease;
  }
  .header__icon:hover::before,
  .header__icon:focus-visible::before { transform: scaleX(1); }
}

/* Remove Dawn default text-decoration on left menu */
@media (min-width: 990px) {
  .header__menu-item:hover span,
  details[open] > .header__menu-item,
  details[open]:hover > .header__menu-item,
  .header__menu-item:hover .header__active-menu-item,
  .header__active-menu-item,
  .header__submenu .header__menu-item:hover { text-decoration: none !important; }
}


.search .field:after {
      box-shadow: none;
    border-bottom: 2px solid black;
}

.search .field:hover.field:after{
  box-shadow: none;
}

/* === Overrides for theme.css SVG icon conflicts === */
/* Some global selectors in theme.css target svg.icon:not(.icon--full-color) * and force fill/stroke inheritance.
   We explicitly control the hamburger and close icons so their paths render reliably. */
summary.header__icon--menu svg.icon-hamburger path,
summary.header__icon--menu svg.icon-close path {
  fill: currentColor !important; /* ensure visible (black) */
  stroke: none !important;
}

/* Guarantee visibility even if theme.css later sets display/visibility */
summary.header__icon--menu svg.icon-hamburger,
summary.header__icon--menu svg.icon-close { display: inline-block !important; visibility: visible !important; }

/* If any theme rule zeroes opacity, restore */
summary.header__icon--menu svg.icon-hamburger path,
summary.header__icon--menu svg.icon-close path { opacity: 1 !important; }

/* Prevent other broad rules from overriding our menu icon color */
summary.header__icon--menu { color: var(--color-black) !important; }
/* Remove any background color injection from theme rules when open */
details[open] > summary.header__icon--menu { background: transparent !important; }
/* ===== Mobile logo tap highlight removal ===== */
@media (max-width: 989px) {
  .header__heading-link { 
    -webkit-tap-highlight-color: transparent; 
  }
  .header__heading-link:focus,
  .header__heading-link:active,
  .header__heading-link:focus-visible { 
    outline: 0 !important; 
    box-shadow: none !important; 
    -webkit-tap-highlight-color: transparent;
  }
  a, button{
     outline: 0 !important; 
    -webkit-tap-highlight-color: transparent;
  }
  .menu-drawer__menu-item--active:hover,.menu-drawer__menu-item:hover{
    background-color: transparent !important;
    outline: 0 !important; 
    box-shadow: none !important; 
    -webkit-tap-highlight-color: transparent;    
  }
  .menu-drawer__inner-submenu svg{
    font-size: 8px;
  }
  #link-studio .menu-drawer__inner-submenu a{
    padding-top:0;
    padding-bottom:.8rem;
    text-transform: uppercase;
  }
  #link-studio .menu-drawer__close-button{
    margin-bottom:2rem;
  }
  .menu-drawer__utility-links {
    background: white !important;
  }
  .menu-drawer__utility-links :where(a,button, span){
    font-size:1rem !important;
    font-family: inherit;
  }
  .menu-drawer .list-social {
    display: flex;
  }
  .menu-drawer__utility-links .search .icon{
    fill:unset;
  }
  .menu-drawer__navigation-container {
    grid-template-rows: auto 1fr !important;
  }
  .list-social svg{
    font-size:8px;
  }
}

.quantity__input,.quantity,.drawer__cart-items-wrapper,.cart-item__details > *{
  font-family: inherit;
}
.cart-item__price-wrapper :where(.price),.drawer__cart-items-wrapper .quantity__input{
  font-size:1em !important;
  line-height: 0;
}
.drawer__cart-items-wrapper :where(.product-option,.discounts){
  font-size:12px !important;
}
.cart-item__name{
    text-decoration: none !important;
    display: block;
    font-size: 12px;  
line-height: 1;
    margin-bottom: 8px !important;    
}
.quantity__button svg{
  height: auto !important;
  width: .4em;
}
.drawer__cart-items-wrapper quantity-popover .quantity{
  height:24px;
  min-height:auto;
  max-width: 74px;
}
.quantity__button[name="minus"]{
  border-right: 1px solid var(--color-light-grey);
}
.quantity:before, .quantity:after{
  display:none;
}
.quantity{
  border: 1px solid var(--color-light-grey) !important;
}
.quantity__button[name="plus"]{
  border-left: 1px solid var(--color-light-grey);
}
.drawer__cart-items-wrapper .quantity__button{
  max-width: fit-content;
  padding-inline: 4px;
}
.drawer__cart-items-wrapper cart-remove-button .button{
  min-width: auto;
  min-height:10px !important;
}
.drawer__cart-items-wrapper cart-remove-button{
  margin-top:0 !important;
}
.drawer__cart-items-wrapper cart-remove-button .icon-remove{
  height:auto !important;
      width: 1em !important;
}

.cart-drawer .cart__checkout-button{
  min-height: auto;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; 
}

/* ===== Cart drawer: compact layout without moving DOM ===== */
/* Cap media column so details get more width */
.cart-drawer .cart-items tr.cart-item { grid-template-columns: 80px 1fr auto auto; gap: 0.6rem; }
.cart-drawer .cart-item__media { max-width: 80px; }
.cart-drawer .cart-item__image { width: 100%; height: auto; max-width: 100%;    object-fit: cover; }

/* Put quantity cell under the totals (right column), tidy spacing */
.cart-drawer .cart-items .cart-item__quantity { 
  grid-column: 2 / 5; 
  grid-row: 2 / 3; 
  align-self: start; 
  padding-top: 0; 
}

/* Stack quantity and remove vertically */
.cart-drawer .cart-item__quantity .quantity-popover-wrapper { display: flex; flex-direction: column; align-items: flex-end; gap: 0.35rem; }
.cart-drawer .cart-item__quantity cart-remove-button { margin: 0; }

/* Make the overall row a bit tighter */
.cart-drawer .cart-items td { padding-top: 0.6rem; }

/* Ensure the quantity info popover opens under the controls on the right */
.cart-drawer quantity-popover .quantity-popover__info.global-settings-popup { left: auto; right: 0; top: calc(100% + 0.25rem); transform: none; }

/* When quantity lives inside totals cell: enable clicks inside totals */
.cart-drawer .cart-item__totals { pointer-events: auto; }
.cart-drawer .cart-item__totals .cart-item__actions { display:flex; flex-direction:column; align-items:flex-end; gap:.35rem; }



/* ===== Dawn cart drawer layout tweaks ===== */
/* Goals: 
   1) Cap media column to 80px so details gain width
   2) Place quantity beneath totals (right), stack quantity + trash vertically
   3) Make the top area compact (less gap and padding)
*/

/* Stronger selector and !important to beat theme shorthand grid-template */
.cart-drawer .cart-items tr.cart-item {
  grid-template-columns: 80px 1fr auto auto !important; /* media | details | spacer | totals */
  gap: 0.6rem !important;
}

/* Media sizing: make the grid/td and image obey the cap */
.cart-drawer .cart-item__media { max-width: 80px; }
.cart-drawer .cart-item__image { width: 80px; height: auto; max-width: 100%; }

/* Details span across columns 2–3 (gives it more room) */
.cart-drawer .cart-item__details { grid-column: 2 / 4 !important; }

/* Totals stay top-right */
.cart-drawer .cart-item__totals { grid-column: 4 / 5; grid-row: 1 / 2; }

/* Quantity sits under totals (right column), aligned tight to the top */
cart-drawer .cart-items tr.cart-item > td.cart-item__quantity {
  grid-row: 2 / 3 !important;
  padding-top: 0.2rem !important;
  align-self: start;
}

/* Stack quantity control over the delete icon for a cleaner column */
.cart-drawer .cart-item__quantity { display: flex; flex-direction: column; align-items: flex-end; gap: 0.35rem; }
.cart-drawer .cart-item__quantity cart-remove-button { margin: 0 !important; display: block; }
.cart-drawer .cart-item__quantity quantity-popover { margin: 0; }

/* Reduce the general TD top padding so row-2 feels closer to the price */
.cart-drawer .cart-items td { padding-top: 0.6rem !important; }

/* Small widths: keep the cap slightly smaller while preserving layout */
@media (max-width: 600px) {
  .cart-drawer .cart-items tr.cart-item { grid-template-columns: 70px 1fr auto auto !important; gap: 0 !important; }
  .cart-drawer .cart-item__media { max-width: 72px; }
  .cart-drawer .cart-item__image { width: 72px; }
}

/* Cart Drawer: Savings row (above Estimated total) */
.cart-drawer .totals.totals--savings { display: flex; justify-content: space-between; align-items: baseline; margin-top: .5rem; }
.cart-drawer .totals.totals--savings .totals__total { font-size: 1rem; font-weight: 600; margin: 0; }
.cart-drawer .totals.totals--savings .totals__total-value { font-size: 1rem; font-weight: 600; }

.drawer__footer-copy p,.drawer__heading-txt p{
  margin-block:4px;
  text-align:center;
}
.drawer__inner-empty a.button{
font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    min-height: auto;
    padding-block: 1rem;
    color:white;
}
/* Safety net: if AJAX updates clear the anchor's text, render the label from data-default-label */
.drawer__inner-empty a.button:empty::after {
  content: attr(data-default-label);
  color:white;
}