← back to Dw Theme Hamburger

assets/custom.css

1616 lines

/* Global font override — system sans-serif site-wide (matches product title/SKU) */
body,html,h1,h2,h3,h4,h5,h6,p,a,span,div,li,td,th,label,input,select,textarea,button,.breadcrumbs,.breadcrumbs a,.breadcrumbs span,.main-content,.page-content,.page-title,.collection-title,.product-title,.product-vendor,.product-price,.product-description,.rte,.rte p,.rte li,.rte a,.rte span,.footer,.site-header,.navigation,.nav-link,.menu-link,.announcement-bar,.toolbar,.search-form,.search-results,.collection-grid,.product-grid,.product-list,.sidebar,.widget,.cart,.mini-cart,.shopify-section,.upper-footer,.upper-footer-item,.footer-blurb,.footer-blurb p,.footer-blurb a,.footer-linklist,.footer-linklist a,.footer-linklist li,.sub-footer-right,.sub-footer__row,.subfooter__payment-types,[class*=footer],[class*=footer] a,[class*=footer] p,[class*=footer] li,[class*=footer] span,[class*=footer] h1,[class*=footer] h2,[class*=footer] h3,[class*=footer] h4{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}

/* Override theme heading font (Lora serif → system sans-serif) */
.quick-shop-modal-trigger,.product-list-item-inventory,.mega-nav-list .mega-nav-list-title .mega-nav-list-title-link,.navigation.navigation-desktop .mega-nav-list .mega-nav-list-title-link,.product-title,.home-masonry-feature-title,th,.section-title,.page-title,.shopify-policy__title h1,.shopify-policy__title .age-gate__heading,h1,.age-gate__heading,h2,h3,h4,h5,h6,.home-slideshow-slide-heading,.home-promotion-title,.collection-title,.mega-nav-list-title-link,.home-promo-grid-item-heading,.promo-grid__text,.toolbar__title,.sidebar__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important}
.header-search-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.header-search-inline .search-form {
  margin: 0;
}
.header-search-inline__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: inherit;
}
.header-search-inline__visual svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media (max-width: 1079px) {
  .header-content-right--inline-search {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
  }
}

.product-list-item-thumbnail {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-list-item-thumbnail > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.product-list-item-thumbnail img,
.product-list-item-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info .vertical-center {  
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.product-list-item > figure:hover .product-info,
.product-grid-masonry-sizer > figure:hover .product-info {
  opacity: 0.578159;
}
.product-info {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px;
  font-size: 1.07143rem;
  text-align: center;
  z-index: 1;
  transform: translate(-50%) translateY(-50%);
  color: #000;
}

.product-price-discount {
  font-size: 0.9em;
  line-height: 1.2;
}


/* ==========================================================================
   Original custom css here
   ========================================================================== */

/* ===============================================
// Hover Effect CSS
// =============================================== */

.hover-effect .hidden { display: block !important; visibility: visible !important;}
.product:hover .hover-effect img { opacity: 1; }
.hover-effect .hidden {
position: absolute;
z-index: -1;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.hover-effect:hover .hidden {
z-index: 100000;
opacity: 1;
}
.hover-effect .caption {
position: absolute;
top: 0;
display: table;
width: 100%;
height: 100%;
background-color: white; /* fallback for IE8 */
background-color: rgba(255, 255, 255, 0.7);
text-align: center;
text-rendering: optimizeLegibility;
}
.hover-effect .hidden .caption .centered {
display: table-cell;
vertical-align: middle;
}

/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}

div#content {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

/*==================== 020 css for prod Quantity ============================*/

.mm_quantity {
    display: inline-block; }

.mm_quantity .input-text.qty {
    width: 40px;
    height: 42px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.mm_quantity.mm_buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; 
}

.mm_quantity.mm_buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.mm_quantity.mm_buttons_added .minus,
.mm_quantity.mm_buttons_added .plus {
    padding: 7px 10px 8px;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;
    color:#000000;
}

.mm_quantity.mm_buttons_added .minus {
    border-right: 0; 
}

.mm_quantity.mm_buttons_added .plus {
    border-left: 0;
    margin-left: 1px;
}

.mm_quantity.mm_buttons_added .minus:hover,
.mm_quantity.mm_buttons_added .plus:hover {
    background: #eeeeee; 
}

.mm_quantity input::-webkit-outer-spin-button,
.mm_quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.mm_quantity.mm_buttons_added .minus:focus,
.mm_quantity.mm_buttons_added .plus:focus {
    outline: none; 
}
/*--------*/
.shopify-product-form .product-options label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
}

/* Product option labels: vertically center with selects */
.shopify-product-form .product-options label.product-option-column-1 {
  display: flex;
  align-items: center;
  align-self: center;
}
.shopify-product-form .product-options label.product-option-column-1 strong {
  line-height: 1.1;
}
/* Ensure the control column centers within the grid row too */
.shopify-product-form .product-options .product-option-column-1 + * {
  align-self: center;
}

/* Product options layout: center items + add row spacing (desktop grid) */
body.template-product .shopify-product-form .product-options {
  align-items: center;
  row-gap: 3px;
  column-gap: 14px;
}
body.template-product .shopify-product-form .product-options .product-option-column-1,
body.template-product .shopify-product-form .product-options .product-option-column-1 + *,
body.template-product .shopify-product-form .product-options .select-wrapper,
body.template-product .shopify-product-form .product-options .last_variant {
  margin: 0 !important;
  align-self: center;
}
body.template-product .shopify-product-form .product-options label.product-option-column-1 {
  min-height: 44px;
}

.mm_quantity { 
    margin-top: 10px !important;
}  

@media only screen and (max-width: 769px) {
  body.template-product .shopify-product-form .product-options {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 12px;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  body.template-product .shopify-product-form .product-options label.product-option-column-1 {
    min-height: auto;
    justify-content: flex-start;
    grid-column: 1;
  }

  body.template-product .shopify-product-form .product-options select.single-option-selector,
  body.template-product .shopify-product-form .product-options .last_variant,
  body.template-product .shopify-product-form .product-options .mm_quantity {
    grid-column: 2;
    width: 100%;
  }

  body.template-product .shopify-product-form .product-options select.single-option-selector {
    min-width: 0;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    padding-right: 28px;
  }

  body.template-product .shopify-product-form .product-options .product-option-row-1 { grid-row: 1; }
  body.template-product .shopify-product-form .product-options .product-option-row-2 { grid-row: 2; }
  body.template-product .shopify-product-form .product-options .product-option-row-3 { grid-row: 3; }
  body.template-product .shopify-product-form .product-options .product-option-row-4 { grid-row: 4; }
  body.template-product .shopify-product-form .product-options .product-option-row-5 { grid-row: 5; }
  body.template-product .shopify-product-form .product-options .product-option-row-6 { grid-row: 6; }
  body.template-product .shopify-product-form .product-options .product-option-row-7 { grid-row: 7; }
  body.template-product .shopify-product-form .product-options .product-option-row-8 { grid-row: 8; }
}

#studioengine{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
}

#studioeditor {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
}




/*020*/
  

.shopify-product-form .product-add-to-cart{ 
   display: block;
}


/*============*/

/*hide variant ddl from dropdown*/

.last_variant{
  font-family: "Open Sans",sans-serif!important;
  font-style: normal!important;
  font-weight: 400!important;
  color: #333!important;
  font-size: 14px!important;
  line-height: 1.625!important;
  font-weight: normal!important;
  text-transform: capitalize!important;
  
  position: relative;
  top: -1px;  
}

@media only screen and (max-width: 769px) {
  .last_variant{
    width: 100%;
    display: inline-block;
    
  }  
}


/* SC start 009 */
#custom-popup-overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
}

#custom-popup-overlay .custom-popup-main{ 
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 9999;
}

#custom-popup-overlay .custom-popup-main .custom-close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor:pointer;
}

#custom-popup-overlay .custom-popup-main .custom-close:hover {
  color: #06D85F;
}

#custom-popup-overlay .custom-popup-main .content-main {
  max-height: 30%;
  overflow: auto;
}

#custom-popup-overlay .site-logo-in-popup{
  text-align:center;
  margin-top:25px;
}

#custom-popup-overlay .popup-content{
  padding-top:30px;
  text-align:center;
}

#custom-popup-overlay .site-logo-in-popup img{ width: 130px; }

#custom-popup-overlay #contact_form{
  padding:0px 5px;
}

/* Popup contact form: match intended full-width field styling */
#custom-popup-overlay .custom-popup-main{
  width: min(640px, calc(100% - 32px));
  max-width: 640px;
  padding: 40px 40px 30px;
}
#custom-popup-overlay .popup-content{
  text-align: left;
  padding-top: 20px;
}
#custom-popup-overlay .popup-content h2{
  text-align: center;
  margin: 0 0 22px;
}
#custom-popup-overlay .popup-content form{
  width: 100%;
}
#custom-popup-overlay .field-wrap{
  width: 100%;
  margin: 0 0 14px;
}
#custom-popup-overlay .field-wrap input,
#custom-popup-overlay .field-wrap textarea{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-family: inherit;
  font-size: 16px;
}
#custom-popup-overlay .field-wrap textarea{
  min-height: 150px;
  resize: vertical;
}
#custom-popup-overlay input[type="submit"]{
  display: block;
  width: fit-content;
  min-width: 140px;
  margin: 18px auto 0;
  padding: 12px 22px;
}


@media screen and (max-width: 1100px) {
  #custom-popup-overlay .custom-popup-main{
    width: min(640px, calc(100% - 32px));
  }
}

@media screen and (max-width: 1024px) {
  .product-add-to-cart .add-to-cart{
    width: 100% !important;
    max-width:inherit !important;
  }
}

@media screen and (max-width: 600px) {
  .custom-popup-main .popup-content h2{
    font-size:1.2rem;
  }
  
  #custom-popup-overlay .custom-popup-main{
    margin: 20px auto;
    padding: 26px 18px 20px;
  }
  
  #custom-popup-overlay .custom-popup-main textarea{
    min-height:100px;
  }
}
/* SC end 009 */

.block-buttonpdf {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .template-search .main-content {
    max-width: 1600px;
  }

  .template-search .section-search > .search-results-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .template-search .section-search > .search-results-wrapper .search-results-count {
    flex-basis: 100%;
  }

  #bc-sf-filter-wrapper {
    flex-basis: 75%;
  }

  .template-search .section-search > .search-results-wrapper .search-results-wrapper {
    flex-basis: 20%;
    border-left: 1px solid #ccc;
  }
  
  #bc-sf-filter-right {
    width: calc(100% - 237px);
  }
}

.product-options #calculator .element,
.product-options #calculator .price-marker {
  padding-left: 0;
  display: flex;
  align-items: center;
}
.product-options #calculator .element label,
.product-options #calculator .price-marker > label {
  font-weight: bold;
  font-size: 14px !important;
  font-family: "Times New Roman", Times, serif;
  /* margin-bottom: 10px !important; */
  text-transform: uppercase;
  min-width: 110px;
  text-align: left;
}
.product-options #calculator .element input[type="number"],
.product-options #calculator .element .formula-block label {
	font-family: "Open Sans", sans-serif;
    font-style: normal;
    color: #333333;
    font-size: 14px !important;
  padding-left: 10px;
}
.product-options #calculator .price-marker span label {
  color: #444;
  font-family: Lora, serif;
  font-size: 1.28571rem !important;
  font-weight: 400 !important;
}

.product-options #calculator .price-marker span {
  font-family: Lora, serif;
  font-size: 1.28571rem !important;
  font-weight: 400 !important;
}

.product-options #calculator .element .formula-block {
  margin: 0;
}

.collection-header {
  text-align: center;
}

.dl-customize-btn, .dl-contact-btn, .dl-sample-btn, .dl-second-sample-btn, .button, .submit, input[type=submit], input[type=button], .pxs-newsletter-form-button, .pxs-image-with-text-button {
  font-family: Lora,serif;
  font-style: normal;
  font-weight: 700;
  background: black;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: normal;
  padding: 15px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: .92857rem;
}

/* Hide Contact Us button on product pages */
body.template-product .dl-contact-btn {
  display: none !important;
}

.home-slideshow-slide-heading {
    text-shadow: 0px 0px 2px #000, 2px 1px 1px #000, 3px 2px 1px #000, 4px 3px 1px #000, 5px 4px 1px #000;
    font-size: 3.5em;
}
.home-slideshow-slide-subheading {
    text-shadow: 0px 0px 1px #000, 1px 1px 1px #000, 2px 2px 1px #000;
    font-weight: 500;
    font-size: 2em;
}

@media (max-width: 769px) {
  .home-slideshow-slide-heading {
    color: #000!important;
    font-size: clamp(1.75rem, 6vw, 2.4rem);
    line-height: 1.1;
    text-shadow: 0px 0px 0px #ffffff;
  }
  .home-slideshow-slide-subheading {
    color: #8a8a8a!important;
    font-size: clamp(1rem, 4.2vw, 1.4rem);
    line-height: 1.2;
    text-shadow: 0px 0px 0px #ffffff;
    font-weight: 400;
  }
}

/* New header */
.header-layout-compact-left .header-branding-desktop img {
	max-width: 100px;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .header-layout-compact-left .header-branding-desktop {
    width: 150px;
    text-align: center;
  }
  .sticky-header .header-content-right {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 1672px) {
  .navigation.navigation-desktop .navigation-menu > li > a, .navigation.navigation-desktop .navigation-menu summary {
    padding: 17px 25px;
    font-size: 14px;
  }
  .navigation.navigation-desktop .has-dropdown>a:after, .navigation.navigation-desktop .has-dropdown summary:after, .navigation.navigation-desktop .has-mega-nav>a:after, .navigation.navigation-desktop .has-mega-nav summary:after {
    right: 5px;
  }
}

@media (max-width: 1525px) {
  .header-layout-compact-left .header-branding-desktop {
  	width: 100px;
  }
  .navigation.navigation-desktop .navigation-menu > li >a, .navigation.navigation-desktop .navigation-menu summary {
    padding: 17px 20px;
  }
  .header-layout-compact-left .navigation-wrapper,
  .sticky-header .header-layout-compact-left .navigation-wrapper {
    width: calc(100% - 100px);
  }
  .header-layout-compact-left .header-content-right {
  	width: 150px;
  }
}
@media (max-width: 1345px) {
  .header-layout-compact-left .header-branding-desktop {
  	width: 80px;
  }
  .header-layout-compact-left .header-branding-desktop img {
  	max-width: 80px;
  }
  .header-main-content {
    padding: 0 20px;
  }
  .header-tools .checkout-link, .header-tools .customer-links, .header-tools .cart-count {
  	font-size: 12px;
  }
  .header-layout-compact-left .header-content-right {
  	width: 110px;
  }
}

@media (max-width: 1260px) {
	.navigation.navigation-desktop .navigation-menu>li>a, .navigation.navigation-desktop .navigation-menu summary {
    	padding: 17px 15px;
    }
}
@media (max-width: 1260px) {
	.navigation.navigation-desktop .navigation-menu>li>a, .navigation.navigation-desktop .navigation-menu summary {
    	padding: 17px 10px;
    }
  .navigation.navigation-desktop .has-dropdown>a:after, .navigation.navigation-desktop .has-dropdown summary:after, .navigation.navigation-desktop .has-mega-nav>a:after, .navigation.navigation-desktop .has-mega-nav summary:after {
    right: 0;
  }
}
@media (max-width: 1079px) {
  .header-layout-compact-left .header-content-right {
  	width: auto;
    margin-right: 35px;
  }
}

/* Product description mobile */
.product-content__mobile {
	display: none;
}

@media (max-width: 769px) {
  .product-content__mobile {
  	display: block;
  }
  .product-content__desktop {
  	display: none;
  }
  .dl-sample-btn {
  	margin-bottom: 10px;
  }
  .product-title {
  	font-size: 28px;
  }
  .block-buttonpdf .btn-pdf {
  	padding: 10px 15px !important;
  }
  .product-options {
  	margin-top: 10px;
  }
  .product-description {
  	margin-top: 0;
  }
  .cp-vendor-thumb {
    justify-content: center;
    align-items: center;
  }
  .cp-vendor-thumb-img {
  	max-width: 200px;
  }
  .block-buttonpdf .btn-pdf {
  	margin: auto !important;
  }
}

/* End - New header */

#bc-sf-filter-products .product-list-item-thumbnail {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover;
}

.product-list-item-thumbnail {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#bc-sf-filter-products .product-list-item-thumbnail img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.product-list-item-thumbnail img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.addon-item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .addon-item {
    flex-direction: column;
    padding: 0px;
  }
}
.addon-item .item-first {
  display: flex;
  align-items: center;
}
.addon-items .product-item-details {
  padding: 0 30px 0 20px;
  display: flex;
  flex-direction: column;
}

.sticky-header a.visual-search-clickable {
  display: none;
}
/* Hide this block temperally*/
.pdfproductprint .block-buttonpdf button {
  display: none !important;
}
.mini-cart-item-wrapper {
  max-height: 360px;
  overflow-y: auto;
}
.mini-cart-item-wrapper .mini-cart-item {
  display: flex;
  align-items: center;
}
.mini-cart-item.cart-subtotal {
  flex-direction: column;
}
.subtotal-row {
  width: 100%;
}
.product-add-to-cart .add-to-cart, .product-add-to-cart .shopify-payment-button__button, .dl-sample-btn, .dl-second-sample-btn, .dl-customize-btn, .dl-contact-btn {
  width: 206px;
  font-size: 12px !important;
  border-radius: 99px;
}
.dl-sample-btn.dl-click-locked,
.dl-second-sample-btn.dl-click-locked {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
  .product-add-to-cart .add-to-cart, .product-add-to-cart .shopify-payment-button__button, .dl-sample-btn, .dl-second-sample-btn, .dl-customize-btn, .dl-contact-btn {
    width: 206px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.mini-cart-item-price, .mini-cart-item .original-price, .mini-cart-item .cart-item-discounts  {
  display: none;
}
.mini-cart {
  right: 0px;
}
.mini-cart-wrapper.is-open .mini-cart {
  display: block;
}
.product-message.error-message {
  width: 206px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 99px;
  margin-top: 10px;
}
.product-add-to-cart a {
  margin-bottom: 10px;
}
.product-add-to-cart .add-to-cart, 
.product-add-to-cart a {
  height: 45px;
}

.mini-cart-item .remove-item {
  position: absolute;
  top: 18px;
  left: -25px;
}
.remove-item svg {
  fill: #444;
  width: 20px;
}
.product__form .hidden {
  display: none !important;
}
.product-details-wrapper p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;;
}
.add-to-cart.unavailable {
  display: none !important;
}
.dl-second-sample-btn.unavailable {
  display: none;
}
.showonly {
  display: none;
}

/* ===============================================
// Register Form Design
// =============================================== */

.register-form-card,
.login-form-card {
  max-width: 500px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
}

.register-header,
.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.welcome-title,
.login-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.welcome-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.name-fields-row {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.name-field {
  flex: 1;
}

.input-wrapper {
  margin-bottom: 0;
}

.input-wrapper label {
  display: block;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.input-wrapper input[type="text"],
.input-wrapper input[type="email"],
.input-wrapper input[type="password"],
.input-wrapper select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  color: #666;
  box-sizing: border-box;
}

.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper select:focus {
  outline: none;
  border-color: black;
  color: white;
}


.input-wrapper input[type="submit"] {
  width: 100%;
  padding: 15px;
  background: #4185f4;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.input-wrapper input[type="submit"]:hover {
  background: #3367d6;
}

/* OR separator between register form and social login */
.or-separator {
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.or-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
}

.or-text {
  background: white;
  padding: 0 15px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 1;
}

/* Hide social login widget on register and login pages */
/* .register-form-card .os_social_widget,
.login-form-card .os_social_widget {
  display: none !important;
} */

/* Mobile responsiveness */
@media (max-width: 768px) {
  .register-form-card,
  .login-form-card {
    margin: 20px;
    padding: 30px 20px;
  }
  
  .name-fields-row {
    flex-direction: column;
    gap: 0;
  }
  
  .name-field {
    margin-bottom: 20px;
  }
  
  .welcome-title,
  .login-title {
    font-size: 20px;
  }
  
  .welcome-subtitle {
    font-size: 14px;
  }

  .keywords-desktop {
    display: none !important;
  }
}

/** More css custom cod  **/
.product-price-minimum.original {
  text-decoration: line-through;
  opacity: .8;
  font-size: 1.1rem;
}

/* Base form control styles (missing from theme.css on some pages) */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea,
select {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: inherit;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}

.boost-sd__in-collection-search {
  display: none !important;
}
/* === Hide prices in You May Also Like / Product Recommendations === */
.product-recommendations .product-list-item-price {
  display: none !important;
}


/* DW Collections Page — full-width override (loads after theme.css) */
.template-page .page-content > .dw-ex-header,
.template-page .page-content > .dw-ex-section,
.template-page .page-content > .dw-ex-grid,
.template-page .page-content > .dw-ex-gc,
.template-page .page-content > .dw-ex-section-title,
.template-page .page-content > .dw-coll-wrap,
.template-page .page-content > div[class*="dw-ex-"] {
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.template-page .page-content > .dw-ex-grid {
  max-width: 1500px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}


/* ============================================
   DW Compact Product Form — Size/Price/Qty
   Added 2026-03-23 by ClawCoder session
   ============================================ */
.product-option-column-1 {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin-right: 4px !important;
}
.product-options {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 2px 0 !important;
  margin: 4px 0 !important;
}
.product-options > label,
.product-options > div.last_variant {
  display: inline-flex !important;
  align-items: center !important;
  height: auto !important;
  margin: 0 !important;
}
.last_variant .selected-text {
  display: inline !important;
  font-size: 14px !important;
}
.product__price {
  margin: 2px 0 !important;
}
.product-sku-label,
.product-sku-value {
  margin-bottom: 2px !important;
}
.product-add-to-cart {
  margin-top: 15px !important;
}
.block-buttonpdf {
  margin-top: 10px !important;
}
label.product-option-row-4 {
  height: auto !important;
  width: auto !important;
  margin-right: 4px !important;
}
.mm_quantity {
  margin: 4px 0 !important;
}

/* Fix transparent PNG images showing black boxes in collection grids */
.product-grid-image img,
.product-image img,
.product-card img,
.collection-product-image img,
.grid__image img,
.product-grid-item img,
.product_image img {
  background-color: #fff !important;
}
.product-grid-image,
.product-image,
.product-card__image,
.collection-product-image,
.grid__image,
.product-grid-item {
  background-color: #fff !important;
}


/* Remove share buttons from product pages */
.share-buttons,
.product-share,
.social-sharing,
.product__social-sharing,
.share-icons,
[class*="share"],
.product-social-sharing,
.sharing {
  display: none !important;
}

/* input.add-to-cart,
input[type="submit"].add-to-cart,
.product-add-to-cart input[type="submit"],
.product-add-to-cart .add-to-cart {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  text-align: center !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
} */
.block-buttonpdf button.btn-pdf {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 10px 20px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-family: inherit !important;
  cursor: pointer !important;
}
.spec-sheet-btn:hover,
.dl-sample-btn:hover,
input.add-to-cart:hover,
.block-buttonpdf button.btn-pdf:hover {
  background-color: #333 !important;
  color: white !important;
}

/* Match all product action buttons to the Add to Cart button */
.product-add-to-cart .add-to-cart,
.product-add-to-cart .shopify-payment-button__button,
.product-form--atc .action_button,
.dl-sample-btn,
.dl-second-sample-btn,
.spec-sheet-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 206px !important;
  min-height: 45px !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}


/* Force prices visible on product pages — overrides Boost transparent color */
.product-price .money,
.product-price-minimum.money,
.product-price-discount.money,
.product__price .money,
.product__price span,
#shopify-section-template--18587140849715__main .money,
[id*="__main"] .product-price span,
[id*="__main"] .money {
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* ---- Header utility icons (person / cart) + camera right of search ---- */
.header-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: inherit;
}
.header-icon-link svg {
  width: 22px;
  height: 22px;
  display: block;
}
.cart-count.header-icon-link .cart-count-number,
.sticky-header-cart-count.header-icon-link .cart-count-number {
  font-size: 13px;
  line-height: 1;
}
/* Camera (visual search) sits to the RIGHT of the search field */
.header-search-inline {
  flex-wrap: nowrap;
}
.header-search-inline .search-form {
  order: 1;
}
.header-search-inline__visual {
  order: 2;
  margin-left: 4px;
}

/* Primary utility links pinned to top of the hamburger drawer */
.navigation-mobile .navigation-menu .mobile-link--primary > a {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.navigation-mobile .navigation-menu .mobile-nav-divider {
  height: 0;
  padding: 0;
  margin: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* Smaller centered header/front-page logo (overrides compact-left 100/80px caps) */
.header-layout-compact-left .header-branding-desktop img,
.header-branding-desktop .logo-image {
  max-width: 70px;
  max-height: 46px;
  width: auto;
  height: auto;
}
/* Smaller logo inside the hamburger drawer (was max-width 200px) */
.header-branding-mobile .logo-link {
  max-width: 128px;
}
.header-branding-mobile .logo-image {
  max-width: 128px;
  max-height: 60px;
  width: auto;
  height: auto;
}

/* Wordmark: Times New Roman, stacked 2 lines, ~as tall as the logo.
   !important + 2-class specificity beats the global span{sans-serif!important} override. */
.header-branding .header-wordmark {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  white-space: nowrap;   /* each word stays whole; the <br> makes the 2-line stack */
  text-align: left;
}
/* let the centered branding size to logo + wordmark instead of the narrow
   compact-left clamp (150/100/80px) that was crushing the wordmark to 1 char wide */
.header-layout-compact-left .header-branding-desktop {
  width: auto !important;
}
@media (max-width: 539px) {
  .header-branding .header-wordmark {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

/* ---- Click-to-expand header search ----
   Eyeglass visible at all widths; the search field is collapsed until the
   eyeglass is clicked (.search-open), then grows leftward to ~20 characters.
   The right cluster is right-anchored, so expanding the field reads as
   growing toward the left. */
.header-quick-search {
  display: flex;
  align-items: center;
}
/* eyeglass anchors on the RIGHT of the collapsed field, so the field opens to its LEFT */
.header-quick-search .search-toggle {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
  order: 2;
}
.header-quick-search .search-form {
  order: 1;
  margin: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-width 0.3s ease, opacity 0.2s ease;
}
/* OPEN state — proven to beat Boost's width pin (verified via live injection: 54px -> 220px) */
.header-content-right .header-quick-search.search-open .search-form {
  max-width: 240px !important;
  width: auto !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.header-content-right .header-quick-search.search-open .search-form__field {
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  margin: 0 !important;
}
.header-content-right .header-quick-search .search-form__input.input {
  width: 220px !important;
  min-width: 220px !important;
  max-width: none !important;
  flex: 0 0 220px !important;
  padding: 6px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  border-radius: 4px !important;
  background: #fff !important;
}
.header-quick-search .search-form__submit-button {
  display: none !important;
}
@media (max-width: 539px) {
  .header-content-right .header-quick-search.search-open .search-form {
    max-width: 66vw !important;
  }
  .header-content-right .header-quick-search .search-form__input.input {
    width: 64vw !important;
    min-width: 0 !important;
    flex: 0 0 64vw !important;
  }
}

/* ---- Logo / wordmark DEAD-CENTERED on every viewport (desktop / iPad / mobile) ----
   Absolutely center the branding so it stays centered regardless of the
   hamburger (left) and icon-cluster (right) widths. Overrides the compact-left
   left-aligned width caps. */
.header-main-content {
  position: relative;
  padding-top: 20px !important;   /* more breathing room above the centered wordmark */
  padding-bottom: 10px !important;
}
.header-branding-desktop {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  max-width: 60% !important;
  margin: 0 !important;
  text-align: center !important;
  z-index: 5;
  pointer-events: none;   /* the centered branding box must never intercept eyeglass/icon clicks */
}
.header-branding-desktop .logo-link {
  justify-content: center !important;
  pointer-events: auto;   /* but the logo itself stays clickable (links home) */
}

/* ---- Predictive search dropdown (type-ahead SKU/product results) ---- */
.hdr-suggest {
  position: fixed;
  z-index: 4000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
  max-height: 74vh;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.hdr-suggest__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  text-decoration: none;
  color: #141414;
  border-bottom: 1px solid #f1f1f1;
}
.hdr-suggest__row:hover {
  background: #f7f7f7;
}
.hdr-suggest__row img,
.hdr-suggest__noimg {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 3px;
  background: #eee;
  flex: 0 0 42px;
}
.hdr-suggest__t {
  font-size: 13px;
  line-height: 1.3;
}
.hdr-suggest__all {
  display: block;
  padding: 11px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #141414;
  font-weight: 600;
}
.hdr-suggest__all:hover {
  background: #f2f2f2;
}
.hdr-suggest__empty {
  padding: 14px 12px;
  font-size: 13px;
  color: #777;
}

/* Right cluster horizontal at ALL widths (theme only made it flex under 1080px,
   so search/camera/cart were stacking vertically on desktop) */
.header-content-right--inline-search {
  display: flex !important;
  align-items: center;
  gap: 14px;
}
.header-quick-search {
  display: flex;
  align-items: center;
}
/* force the field wider than Boost's ~54px pin */
.header-content-right .header-quick-search.search-open .search-form__field .search-form__input.input {
  width: 200px !important;
  min-width: 200px !important;
  max-width: none !important;
}

/* ---- Hamburger drawer: tight, compact menu ---- */
.navigation.navigation-mobile .navigation-menu a {
  font-size: 0.9rem !important;
  padding: 5px 0 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
}
.navigation.navigation-mobile .navigation-menu > li {
  padding: 0 !important;
}
.navigation.navigation-mobile .navigation-menu .mobile-nav-divider {
  margin: 3px 0 !important;
}
.navigation.navigation-mobile .navigation-menu {
  padding: 0 18px !important;
}
.navigation.navigation-mobile {
  max-width: 320px;               /* tighter panel to match the smaller text */
  transform: translateX(-100%);   /* stay fully hidden when closed regardless of width */
}
@media (max-width: 599px) {
  .navigation.navigation-mobile {
    max-width: 82vw;
  }
}

/* ---- Mobile header cleanup (graphics-team review 2026-07-15) ----
   On phones the spelled-out wordmark rendered ~11px and collided with the
   camera/search/cart icons. Hide it (the DW logo carries identity), and give
   the icons real spacing + tap size. */
@media (max-width: 767px) {
  .header-branding .header-wordmark {
    display: none;
  }
  .header-content-right--inline-search {
    gap: 16px;
  }
  .header-content-right .header-icon-link svg,
  .header-content-right .search-toggle svg {
    width: 24px;
    height: 24px;
  }
}
/* drawer: one separator under the pinned primary items (removes the double line) */
.navigation.navigation-mobile .navigation-menu > li.mobile-link--primary {
  border-bottom: 0;
}