/** Shopify CDN: Minification failed

Line 360:0 Unexpected "}"

**/
.product-main .product-media {
  margin-top: calc(5 * var(--space-unit));
  margin-bottom: calc(5 * var(--space-unit));
}

.product-details__calc .h4 {
  margin-bottom: 1.1em;
}

@media (min-width: 769px) {
  :root {
    --product-column-padding: calc(8 * var(--space-unit));
    --product-info-width: 47%;
  }
  .shopify-section:not(.product-details) {
    clear: both;
  }
  .product-breadcrumbs .breadcrumbs {
    width: calc(100% - var(--product-info-width));
    padding-inline-end: var(--product-column-padding);
    overflow: hidden;
  }
  .product-breadcrumbs + .product-main .product-media,
.product-breadcrumbs + .product-main .product-info {
    padding-top: 0;
  }
  .product-breadcrumbs + .product-main .product-info::before,
.product-breadcrumbs + .product-main .product-info::after {
    top: calc(-10 * var(--space-unit) - 1em - 2px);
  }
  .shopify-section + .product-main {
    margin-top: -1px;
  }
  .shopify-section + .product-main::before,
.product-details + .shopify-section::before,
.product-main + .shopify-section:not(.product-details)::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-media,
.product-main + .product-details > .container {
    width: calc(100% - var(--product-info-width));
    float: left;
    clear: left;
    /* border-inline-end: 1px solid rgba(var(--text-color)/0.15); */
  }
  .product-main .product-media {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    /* padding-inline-end: var(--product-column-padding); */
  }
  .product-main .product-info {
    position: relative;
    width: var(--product-info-width);
    padding: calc(10 * var(--space-unit)) 0;
    padding-left:20px;
    padding-right:20px;
    float: right;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::before, .product-main .product-info::after {
    /* content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: -1px;
    width: 1px;
    background-color: rgba(var(--bg-color)); */
  }
  .product-main .product-info::after {
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-info--sticky {
    min-height: var(--sticky-height, 0);
  }
  .product-info__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    padding-bottom: 0;
  }
  .product-main + .product-details {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .product-main + .product-details > .container {
    max-width: none;
    margin: 0;
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-start: 0;
    padding-inline-end: var(--product-column-padding);
  }
  .product-main + .product-details + .shopify-section::before {
    top: 1px;
  }
  [dir=rtl] .product-main .product-media,
[dir=rtl] .product-main + .product-details > .container {
    float: right;
    clear: right;
  }
  [dir=rtl] .product-main .product-info {
    float: left;
  }
  [dir=rtl] .product-main .product-info::before, [dir=rtl] .product-main .product-info::after {
    right: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  :root {
    --product-column-padding: calc(12 * var(--space-unit));
  }
  .product-main .product-media,
.product-main .product-info {
    padding-top: calc(12 * var(--space-unit));
  }
}
.pdp-third-desktop{
  display: none;
}
.product-price, .decor-text, .buy-btn-mbl{
  display: none;
}
/* PDP page Stylings */
@media (min-width:768px){
  #product-media .media-gallery{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
  }
  #product-media .media-gallery .media-gallery__viewer {
    width: 100%;
    height: 100%;

  }
  /* git-z */
  #product-media .media-gallery .media-gallery__thumbs{
    width: 14%;
    order: -1;
    margin: 0;
    height: 471px;
    overflow: auto;
    scrollbar-color: #CC672E #ffffff;
    scrollbar-width: thin;
            margin-top: 1.25rem;
    /* margin-right: 12px; */
  }
  #product-media .media-gallery .media-gallery__thumbs .media-thumbs{
    flex-direction: column;
    gap: 10px;
  }
  #product-media .media-gallery .media-gallery__thumbs .media-thumbs li:last-child {
    margin-right: 12px;
  }
  .media-thumbs__btn{
    height: 100%;
  }
  .media-thumbs__btn img{
    object-fit: contain;
  }
  /* 3 columns layout for desktop git-z */
  
  .container.pdp-layout-conatiner{
    max-width: 1530px;
    padding:0rem 2rem;
  }
  .product-3clmn-desktop{
    display: flex;
  }
  /* git-z */
  .pdp-third-desktop{
    display: block !important;
    padding: 18px 14px!important;
    width: 26%!important;
    height:fit-content;
    border: 1px solid rgb(213, 217, 217)!important;
    margin-bottom:20px!important;
    border-radius:8px;
  }
  .product-price-desktop, .product-buybtn-desktop, .product-decor-text-desktop{
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  #product-media .media-gallery .media-gallery__viewer {
    width: 78%;
    height: 100%;
  }
  #product-media .media-gallery .media-gallery__thumbs{
    height: 322px;
  }
}
@media (max-width:768px){
  .product-price, .decor-text, .buy-btn-mbl{
    display: block;
  }
}
.product-info__sticky{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-info__sticky .product-info__block{
  margin: 0px;
}
.product-info__sticky .product-info__block variant-picker .option-selector{
  margin-bottom: 10px;
}
.info-block-iconbox{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}
.info-block-iconbox img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.info-block-iconbox p{
  font-weight: 600;
  margin: 0px;
  font-size:14px;
}
.decor-text{
  background-color: #f8f8f8;
  padding: 20px 20px;
  border: 1px solid rgb(0 0 0);
  border-radius: 7px;
}
.decor-text p:last-child{
  margin-bottom: 0px;
}
#pd-desciption-sec{
  margin: 30px 0px;
}
/* Variant products styling */

.vp-category {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 20px;
}

.vp-category-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.5s;
  width: 45%;
  padding: 10px;
  align-items: center;
}
.vp-pd-data{
  width: 65%;
  display:flex;
  gap:10px;
}

.vp-category-item:hover {
	border: 1px solid #fff0;
	box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
	border-radius: 3px;
}

.vp-category-item-title {
  font-size: 15px;
  margin-bottom:0px;
}
.vp-category-item-price{
  font-size: 13px;
  color: rgb(var(--text-color));
}
/* .vp-category-item:hover>.vp-category-item-title {
	color: #1C62CD;
} */

.vp-category-item-img{
  width: 30%;
}
.vp-category-item-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width:768px) and (max-width:1024px){
  .vp-category-item{
    flex-direction: column-reverse;
  }
  .vp-category-item-img, .vp-pd-data{
    width: 100%;
    text-align:center;
    justify-content: center;
  }
}
@media (max-width:500px){
  .vp-category-item{
    width: 47%;
  }
}
.product-info__block.product-info__block--sm.product-vendor-sku{
  display:flex;
  /* flex-direction:column; */
  gap:10px;
}
/* git-z */
.product-breadcrumbs{
  max-width:1530px;
  padding:0rem 2rem;
}
.media-thumbs__btn{
    background-color:transparent!important;
  }
.product-info__block span.a-list-item{
  font-size:14px;
}
.media-thumbs__btn:after{
  display:none;
}
.media-thumbs__btn.is-active{
  border:2px solid #2e4172;
  border-radius:8px;
}
@media (min-width: 1024px) {
 .media-thumbs__item{
   flex: 0 0 64px!important;
 } 
}
@media (min-width: 769px) {
.product-main .product-media{
          width: calc(100% - 35%)!important;
}
  .product-main .product-info{
    width:52%!important;
  }
}

}#appstle_subscription_widget0 .appstle_subscription_wrapper {
    border: 1.5px solid #cccccc;

    margin-top: -26px!important;}
@media (max-width: 769px) {
.product-info__sticky {
gap:0px;
}
.product-main .product-media{
margin:0px!important;
}
.product-breadcrumbs{
  display:none;
}
}
@media (max-width: 768px) {
.product-info .jdgm-prev-badge{
  display:none!important;
}
.product-title{
    font-size: 18px!important;
 }

 .opt-label--btn {
    font-size: 12px;
}
  /* Remove top & bottom spacing around media gallery */
  .media-gallery {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Viewer wrapper */
  .media-gallery__viewer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Media list */
  .media-viewer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
.product-info.product-info--sticky {
    margin-top: -10px;
}
}
